====== grep ====== grep is a Unix utility for finding text withing a file. ===== Finding a pattern in all files under the current directory recursively. ===== grep -rin "" * For how to use expression, see [[Regular Expressions]]