Cheat Sheet #day43 - grep
grep Cheatsheet
Basic Usage
Search for a Pattern in a File
grep 'pattern' filename
Search for a Pattern in Multiple Files
grep 'pattern' file1 file2 file3
Common Options
Ignore Case Sensitivity
grep -i 'pattern' filename
Show Line Numb...
cloudtuned.dev3 min read