Skip to content

Instantly share code, notes, and snippets.

@almorel
Created October 29, 2011 12:01
Show Gist options
  • Save almorel/1324367 to your computer and use it in GitHub Desktop.
Save almorel/1324367 to your computer and use it in GitHub Desktop.
AWK - Supprimer les commentaires
awk '$0 !~ /^#/' ./monFichier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment