Answers for "how to know how many files are in a directory linux"

0

how to check how many files are in a folder linux

$ ls | wc -l
Posted by: Guest on December-03-2020

Code answers related to "how to know how many files are in a directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language