Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


find_files

Differences

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

Link to this comparison view

Next revision
Previous revision
find_files [2008/09/28 09:10] – created juckinsfind_files [2017/12/11 21:24] (current) juckins
Line 7: Line 7:
 </code> </code>
  
 +<code>
 +cd /some/dir
 +du -m --max-depth=1
 +find . -mtime +3 
 +</code>
  
 +Argument list too long workaround:
 +
 +<code>
 +find -type f -name '*.txt'  | wc -l
 +</code>
find_files.txt · Last modified: 2017/12/11 21:24 by juckins