Mon 25 Jul 2016
Searching
grep
Searches for a regex
rgrep
Searches for a regex recursively
ag
Like rgrep, but only looks in code source files.
sed
Lets you replace things in a file based on a regex.
Has some other functions too.
Searches for a regex
Searches for a regex recursively
Like rgrep, but only looks in code source files.
Lets you replace things in a file based on a regex.
Has some other functions too.