User Tools

Site Tools


helpful_ubuntu_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
helpful_ubuntu_commands [2025/08/20 09:50] mikehelpful_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 <filename to search for>  
      
 === Disable colors in the vi editor by default === === Disable colors in the vi editor by default ===
helpful_ubuntu_commands.1755708630.txt.gz · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki