and

Cerca

Heus ací els resultats de la cerca.

mis ficheros $HOME
13 Resultats, Darrera modificació:
9-2008 # Free Software Foundation, Inc. # Copying and distribution of this file, with or without modifi... on, # are permitted provided the copyright notice and this notice are preserved. # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the # slackware version of d... STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 34;42 # di
Twitter desde linea de comando
2 Resultats, Darrera modificació:
"cookie.txt" </code> http://360percents.com/posts/command-line-twitter-status-update-for-linux-and-mac/
control de flujo / testing
2 Resultats, Darrera modificació:
pueden concatenar comandos con || (OR) o con && (AND) * test es equivalente al ''if'', pero no per... ** -f /etc/shadow ]; then .... fi'' * -a -> AND ''if [-f /etc/passwd **-a** -f /etc/shadow ]; the
ejecutar el primer o último día del mes
1 Resultats, Darrera modificació:
Oct 11, 2003 # # example: # You want to run command1 on the first monday of each month and # you want to run command2 on the last monday of each month. # Just use this syntax: # # 0 0 * * 1 /usr/local/bin/weekselector 1st && command1 # 0 0 * * 1 /usr/local/bin/weekselector last
backup selectivo
1 Resultats, Darrera modificació:
ps://stackoverflow.com/questions/984204/shell-command-to-tar-directory-excluding-certain-files-folders
Crear ficheros de contenido aleatorio
1 Resultats, Darrera modificació:
done </code> [[http://rajaseelan.com/2009/07/29/generate-files-with-random-content-and-size-in-bash/]]