Skip to content

Instantly share code, notes, and snippets.

@MauroEldritch
Last active March 15, 2019 00:53
Show Gist options
  • Save MauroEldritch/2d2d146cc474785975f2ea71ff2ad815 to your computer and use it in GitHub Desktop.
Save MauroEldritch/2d2d146cc474785975f2ea71ff2ad815 to your computer and use it in GitHub Desktop.
Crear un diccionario con Bash
#Especial atención: Usar BASH. En este caso, creamos un diccionario de 4 letras.
time echo -e {a..z}{a..z}{a..z}{a..z}"\n" > dict_4letras.dict
#Mi tiempo:
#real 0m17.777s
#user 0m1.945s
#sys 0m0.551s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment