Answers for "how many files in directory unix"

1

bash how many files in a directory

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

Code answers related to "how many files in directory unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language