User Tools

Site Tools


how_to_count_all_the_files_in_a_directory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
how_to_count_all_the_files_in_a_directory [2016/08/03 23:46] – created walkeradminhow_to_count_all_the_files_in_a_directory [2016/08/03 23:47] walkeradmin
Line 3: Line 3:
 \\  \\ 
     ls -l -R /path | wc -l     ls -l -R /path | wc -l
 +\\ 
 +\\ 
 +Or:
 +\\ 
 +    find "/home/charles/testarea" -daystart -type f -mtime +6 | wc -l
 \\  \\ 
 \\  \\ 
  
how_to_count_all_the_files_in_a_directory.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1