Answers for "shell show number of files in each folder"

0

shell show number of files in each folder

du -a | cut -d/ -f2 | sort | uniq -c | sort -nr
Posted by: Guest on December-16-2020

Code answers related to "shell show number of files in each folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language