# Print everything after matched string in file
awk '/STRING_TO_MATCH/,EOF' log-file
