Grep
- How I use grep without fighting the flags
grep is the command I use when I know some text exists somewhere, but I do not remember which file contains it. The basic idea is simple: grep "database" app.log Plain meaning:
grep is the command I use when I know some text exists somewhere, but I do not remember which file contains it. The basic idea is simple: grep "database" app.log Plain meaning: