Skip to content

Instantly share code, notes, and snippets.

@almorel
Created October 29, 2011 12:02
Show Gist options
  • Save almorel/1324369 to your computer and use it in GitHub Desktop.
Save almorel/1324369 to your computer and use it in GitHub Desktop.
AWK - Afficher lignes entre deux chaines
awk '/regexp1/,/regexp2/' monFichier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment