Skip to content

Instantly share code, notes, and snippets.

@aboettger
Created June 15, 2014 16:00
Show Gist options
  • Save aboettger/1eb87ba74c66ca5094af to your computer and use it in GitHub Desktop.
Save aboettger/1eb87ba74c66ca5094af to your computer and use it in GitHub Desktop.
pdftk Modelleisenbahner\ -\ Autorengruppe\ -\ Modelleisenbahner\ \(Kopie\).pdf dump_data | awk '/InfoKey: Title/{getline; print}'
@aboettger
Copy link
Author

awk -v lines=7 '/blah/ {for(i=lines;i;--i)getline; print $0 }' logfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment