Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

apache terminal count files in folder

APACHE: 
COUNT NUMBER OF FILES IN DIR & SUBDIRs
For example, if you want to recursively count files 
in the “/etc” directory, you would write the following query :

find /etc -type f | wc -l
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #apache #terminal #count #files #folder
ADD COMMENT
Topic
Name
9+8 =