Skip to content

Instantly share code, notes, and snippets.

@AlexR1712
Last active April 7, 2017 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexR1712/5647fbbd1f104934cdec1ab287b1bb87 to your computer and use it in GitHub Desktop.
Save AlexR1712/5647fbbd1f104934cdec1ab287b1bb87 to your computer and use it in GitHub Desktop.
Comandos Utiles Terminal

Contar Archivos en un Directorio

ls -F | grep -v / | wc -l

Mostrar ultimas 20 lines de un archivo

tail -20 bigfile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment