Answers for "command to display the number of files in the folder in shell"

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 "command to display the number of files in the folder in shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language