Skip to content

Instantly share code, notes, and snippets.

@almorel
Created October 29, 2011 12:01
Show Gist options
  • Save almorel/1324368 to your computer and use it in GitHub Desktop.
Save almorel/1324368 to your computer and use it in GitHub Desktop.
AWK - Supprimer lignes en doubles
cat FICHIER |awk '!x[$0]++'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment