linux:grep
This is an old revision of the document!
Table of Contents
Grep
Show Additional Lines
show two lines above and two lines below the search term
grep -A 2 -B 2 my_search_term
Seach Directory
grep -rl "string" /path
linux/grep.1669207782.txt.gz · Last modified: by 127.0.0.1
