helpful_ubuntu_commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| helpful_ubuntu_commands [2025/08/20 09:50] – mike | helpful_ubuntu_commands [2025/12/06 10:01] (current) – mike | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| === Find the oldest file in a directory (and it's subdirectories) === | === Find the oldest file in a directory (and it's subdirectories) === | ||
| find . -type f -printf '%T+ %p\n' | sort | head -n 1 | find . -type f -printf '%T+ %p\n' | sort | head -n 1 | ||
| + | | ||
| + | === Finding files by file name (or file name portion) === | ||
| + | find . -iname < | ||
| | | ||
| === Disable colors in the vi editor by default === | === Disable colors in the vi editor by default === | ||
helpful_ubuntu_commands.txt · Last modified: by mike
