User Tools

Site Tools


informatica:linux:cron

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatica:linux:cron [2015/04/13 20:19] – external edit 127.0.0.1informatica:linux:cron [2022/02/26 15:58] (current) jose
Line 5: Line 5:
 * 8,9,10,11,12,13,14,15,16,17 * * 1,2,3,4,5 root php /home/a923348/datos/bbva/html/prueba.php * 8,9,10,11,12,13,14,15,16,17 * * 1,2,3,4,5 root php /home/a923348/datos/bbva/html/prueba.php
  
 +
 +====== Caracteres especiales ======
 +Hay que escapar el caràcter % cuando ponemos un date por ejemplo
 +<code>
 +* * * * * echo "`date +\%Y\%m\%d_\%H\%M\%S` `ls |wc -l`" >> ls.log
 +</code>
informatica/linux/cron.1428956385.txt.gz · Last modified: 2015/04/13 20:19 by 127.0.0.1