Answers for "linux get how many files in folder"

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 "linux get how many files in folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language