linux:grep
This is an old revision of the document!
Grep
Show Additional Lines
show two lines above and two lines below the search term
grep -A 2 -B 2 my_search_term
linux/grep.1590395508.txt.gz · Last modified: (external edit)
This is an old revision of the document!
show two lines above and two lines below the search term
grep -A 2 -B 2 my_search_term