Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rjcorwin/87db75760fb1ea74bbb72970534ee5e3 to your computer and use it in GitHub Desktop.
Save rjcorwin/87db75760fb1ea74bbb72970534ee5e3 to your computer and use it in GitHub Desktop.
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