Post

some useful grep commands

Search for all instances of ‘a minimal’ recursively, starting from the current directory.

1
grep -ri 'a minimal' .
This post is licensed under CC BY 4.0 by the author.