linux:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:start [2023-11-10 22:14] – [Find] dave | linux:start [2025-10-28 16:12] (current) – [Find] dave | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * [[inputrc]] | * [[inputrc]] | ||
| * [[Services]] | * [[Services]] | ||
| + | * [[rclone]] | ||
| ----------------------- | ----------------------- | ||
| Line 28: | Line 29: | ||
| ----------------------- | ----------------------- | ||
| ===== Find ===== | ===== Find ===== | ||
| - | I never remember how to find old files... either of these will work. The second one uses minutes (I don't know why you'd want to) and shows how to exclude files. | + | I never remember how to find old files... either of these will work. The first one is files older than 45 days. The second one uses minutes (I don't know why you'd want to) and shows how to exclude files (! -name " |
| find DIR -name " | find DIR -name " | ||
| find . ! -name ' | find . ! -name ' | ||
| Line 52: | Line 53: | ||
| ----------------------- | ----------------------- | ||
| - | ===== Find The Huge Directory | + | ===== Find the Fat Folder |
| Useful for finding which directory is sucking up all your disk space. | Useful for finding which directory is sucking up all your disk space. | ||
| < | < | ||
linux/start.1699654441.txt.gz · Last modified: by dave
