Created
June 15, 2014 16:00
-
-
Save aboettger/1eb87ba74c66ca5094af to your computer and use it in GitHub Desktop.
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
pdftk Modelleisenbahner\ -\ Autorengruppe\ -\ Modelleisenbahner\ \(Kopie\).pdf dump_data | awk '/InfoKey: Title/{getline; print}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awk -v lines=7 '/blah/ {for(i=lines;i;--i)getline; print $0 }' logfile