Answers for "how to count all files in a directory linux recursively"

1

how to count all files in a directory linux recursively

find DIR_NAME -type f | wc -l
Posted by: Guest on March-15-2021

Code answers related to "how to count all files in a directory linux recursively"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language