find_files
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
find_files [2011/04/07 18:26] – juckins | find_files [2025/03/20 18:33] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Find files tips: | + | ==== Find files tips ==== |
< | < | ||
Line 11: | Line 11: | ||
du -m --max-depth=1 | du -m --max-depth=1 | ||
find . -mtime +3 | find . -mtime +3 | ||
+ | </ | ||
+ | |||
+ | Argument list too long workaround: | ||
+ | |||
+ | < | ||
+ | find -type f -name ' | ||
</ | </ |
find_files.1302215173.txt.gz · Last modified: 2011/04/07 18:26 by juckins