Show Output After A Keyword In Shell Script In A

[Solved] Show Output After A Keyword In Shell Script In A | Basic - Code Explorer | yomemimo.com
Question : show output after a keyword in shell script in a file

Answered by : jittery-jackal-0ws9bvaj3gaj

sed -n -e '/TERMINATE/,$p'

Source : https://stackoverflow.com/questions/7103531/how-to-get-the-part-of-a-file-after-the-first-line-that-matches-a-regular-expres | Last Update : Wed, 03 Jun 20

Answers related to show output after a keyword in shell script in a file

Code Explorer Popular Question For Basic