Created
July 23, 2018 01:00
-
-
Save rjcorwin/87db75760fb1ea74bbb72970534ee5e3 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
ls -l | awk '{print $9}' | xargs -I {} sh -c 'echo {} && find ./{} -print | wc -l' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment