Print lines in file from the match line until end of file July 19, 2023 by Tarik sed -n '/matched/,$p' file awk '/matched/,0' file