linux shell 每秒執行

season0891發表於2014-01-07

[root@web01 tmp]# cat /tmp/secondrun.sh
#!/bin/sh
while [ true ];
do
/bin/sleep 1
/bin/date >> /tmp/date.log
done

 

[root@web01 tmp]# nohup /tmp/secondrun.sh 2>&1 >/dev/null &

[root@web01 tmp]# /tmp/secondrun.sh &

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-1068099/,如需轉載,請註明出處,否則將追究法律責任。

相關文章