Changes between Version 2 and Version 3 of TipAndDoc/cron
- Timestamp:
- May 18, 2010 4:28:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/cron
v2 v3 10 10 sleep 15 >/dev/null 2>&1 & 11 11 }}} 12 13 = 環境変数 = 14 * crontab -l 15 {{{ 16 * * * * * /home/mitty/test 17 }}} 18 * cat /home/mitty/test 19 {{{ 20 #!/bin/sh 21 22 export 23 }}} 24 25 == Ubuntu lucid == 26 {{{ 27 export HOME='/home/mitty' 28 export LOGNAME='mitty' 29 export PATH='/usr/bin:/bin' 30 export PWD='/home/mitty' 31 export SHELL='/bin/sh' 32 }}}