Skip to content

Instantly share code, notes, and snippets.

@KevinLiebergen
Created October 13, 2019 15:55
Show Gist options
  • Save KevinLiebergen/f83d8efa50a5d74143e83f637d6ccf46 to your computer and use it in GitHub Desktop.
Save KevinLiebergen/f83d8efa50a5d74143e83f637d6ccf46 to your computer and use it in GitHub Desktop.
Comando para borrar lineas con letras repetidas
$ sed -e '/\(.\).*\1/d' file.txt > new-file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment