Answers for "count number of file in linux"

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 "count number of file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language