Horje
grep all lines after first match Code Example
grep all lines after first match
For grepping all lines from match to end of file use onw of following:
sed -n '/matched/,$p' file
awk '/matched/,0' file




Shell

Related
bash grep all after match Code Example bash grep all after match Code Example
Install Spotify on Ubuntu Code Example Install Spotify on Ubuntu Code Example
how to install spotify in ubuntu Code Example how to install spotify in ubuntu Code Example
spotify Code Example spotify Code Example
get from match to end of file Code Example get from match to end of file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10