Terry
0
Q:

get from match to end of file

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

New to Communities?

Join the community