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
Next revision
Previous revision
find_files [2011/04/07 18:26] juckinsfind_files [2025/03/20 18:33] (current) juckins
Line 1: Line 1:
-Find files tips:+==== Find files tips ====
  
 <code> <code>
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