Skip to content

Instantly share code, notes, and snippets.

@neerajshukla1911
Created May 27, 2018 14:12
Show Gist options
  • Save neerajshukla1911/bad261f5955ee71d4f26efb8274707dd to your computer and use it in GitHub Desktop.
Save neerajshukla1911/bad261f5955ee71d4f26efb8274707dd to your computer and use it in GitHub Desktop.
# Count files directorywise
-a | cut -d/ -f2 | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment