find_files
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
find_files [2008/09/28 09:10] – created juckins | find_files [2025/03/20 18:33] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Find files tips: | + | ==== Find files tips ==== |
< | < | ||
Line 7: | Line 7: | ||
</ | </ | ||
+ | < | ||
+ | cd /some/dir | ||
+ | du -m --max-depth=1 | ||
+ | find . -mtime +3 | ||
+ | </ | ||
+ | Argument list too long workaround: | ||
+ | |||
+ | < | ||
+ | find -type f -name ' | ||
+ | </ |
find_files.1222607458.txt.gz · Last modified: 2008/09/28 09:10 by juckins