Answers for "linux commands for number of files in directory"

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 "linux commands for number of files in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language