Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

terminal get number of files in dir

#Type in terminal in the directory:

ls -1 | wc -l
 
PREVIOUS NEXT
Tagged: #terminal #number #files #dir
ADD COMMENT
Topic
Name
5+4 =