Answers for "how to know the number of files in 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 know the number of files in terminal"

Browse Popular Code Answers by Language