Changes between Version 2 and Version 3 of TipAndDoc/cron


Ignore:
Timestamp:
May 18, 2010 4:28:00 PM (15 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/cron

    v2 v3  
    1010sleep 15 >/dev/null 2>&1 & 
    1111}}} 
     12 
     13 = 環境変数 = 
     14 * crontab -l 
     15{{{ 
     16* * * * * /home/mitty/test 
     17}}} 
     18 * cat /home/mitty/test 
     19{{{ 
     20#!/bin/sh 
     21 
     22export 
     23}}} 
     24 
     25 == Ubuntu lucid == 
     26{{{ 
     27export HOME='/home/mitty' 
     28export LOGNAME='mitty' 
     29export PATH='/usr/bin:/bin' 
     30export PWD='/home/mitty' 
     31export SHELL='/bin/sh' 
     32}}}