Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ubuntu has mlocate but on other systems you will need to use find (which also will work on Ubuntu too),

Code Block
languagebash
find / -name [filename] -print # find a file
find / -size +51024 -print     # where 51024 is in Kilobytes which is approximately 5MB

Search Inside of Files

Try Try to memorize this command,

...

Search & Replace Inside of Files

Try Try to memorize this command,

...