Answers for "how to count number of file in linux"

0

count number of files in directory linux

ls -R|wc -l
Posted by: Guest on April-25-2022

Code answers related to "how to count number of file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language