Answers for "how to get the number of specific file type in sub dir terminal"

1

terminal get number of files in dir

#Type in terminal in the directory:

ls -1 | wc -l
Posted by: Guest on July-22-2021

Code answers related to "how to get the number of specific file type in sub dir terminal"

Browse Popular Code Answers by Language