Answers for "number of files in a folder bash"

1

bash command to find the number of files in a directory

ls -1q  | wc -l
Posted by: Guest on May-21-2020
1

bash how many files in a directory

ls -1q log* | wc -l
Posted by: Guest on August-15-2020

Code answers related to "number of files in a folder bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language