Created
November 3, 2015 16:28
-
-
Save piotr-gbyliczek/4f220a6cfa94be3f243e to your computer and use it in GitHub Desktop.
awk-pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk 'BEGIN{found=0} /-------/{found=1;next}; /^$/{found=0} {if (found) print };' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment