Using sed, how do I return the last occurance of a match until the End Of File? (FYI this has been simplified)
So far I\'ve tried:
sed -n \'/ Statist
This might work for you:
sed '/Statistics/h;//!H;$!d;x' file Statistics | Stuff Error: error type one Error: error type two