Taula de continguts

comandos bash

comandos al detalle

ls

caracteres ocultos

printf "[%s]\n" *
printf "%s\n" * | cat -vte
printf "%s\n" * | od -bc

/vía: https://stackoverflow.com/questions/19604384/unixtwo-directories-with-same-name-on-the-same-path

exclusión

excluir ficheros del listado (y otras cosas??): http://askubuntu.com/questions/333640/cp-command-to-exclude-certain-files-from-being-copied

$ ls !(unlisted1|unlisted2)
$ ls !(unlisted*)
$ export GLOBIGNORE='unlisted1:unlisted2'
$ ls *
$ export GLOBIGNORE='unlisted*'
$ ls *

filesystem

preservar ficheros

simples

du

http://www.manpagez.com/man/1/du/

comunicaciones

miscelaneos

ejemplos

varios

tiempo

1)
a mi esté no me funcionó