Created
March 30, 2016 13:15
-
-
Save jana007/c14f8c6e745df843808eae28c1d6377a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elFiles=$(find * -maxdepth 0 -type f -readable -writable ! -executable -exec echo "possible bad file:" {} \;) | |
elCount=$(find * -maxdepth 0 -type f -readable -writable ! -executable | wc -l) | |
dirCount=$(ls -lht | grep ^- | wc -l) | |
dirList=$(ls -lhtp | grep -v '/$') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment