awk:display_line_after_the_matching_string
This is an old revision of the document!
AWK - Display line after the matching string
awk '/the_string/{getline; print}' file.txt
awk/display_line_after_the_matching_string.1600877565.txt.gz · Last modified: 2020/09/23 16:12 by 192.168.1.1