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

Both sides previous revisionPrevious revision
find_files [2011/04/07 18:26] juckinsfind_files [2017/12/11 21:24] (current) juckins
Line 11: Line 11:
 du -m --max-depth=1 du -m --max-depth=1
 find . -mtime +3  find . -mtime +3 
 +</code>
 +
 +Argument list too long workaround:
 +
 +<code>
 +find -type f -name '*.txt'  | wc -l
 </code> </code>
find_files.1302215173.txt.gz · Last modified: 2011/04/07 18:26 by juckins