Tag Archives: Bash

Useful Linux bash search commands

Here is some useful commands you should have around you when you’re looking for something on your hard drive.

Find in content files

This linux command can be used if you want to find something into content files. Be sure to be in the desired directory where you want to start the search. It can take a while because of the (-r) recursion. It will display number lines with the -n parameter. grep –help to find more parameters. Read More →