User Tools

Site Tools


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

Seach Directory

grep -rl "string" /path
linux/grep.1601390581.txt.gz · Last modified: (external edit)