Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux count files in directory

#count files in a directory faster with:
ls -f | wc -l
 
PREVIOUS NEXT
Tagged: #linux #count #files #directory
ADD COMMENT
Topic
Name
3+7 =