由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - cron, crontab or at?
相关主题
关于man的小问题solaris的ssh为什么后台执行的时候进程不退出?
A question about cron jobRe: How to get the name of current executable in a library routine?
[转载] Cron problem!关于emacs一问。
俺的自白书帮帮忙,用C作一个SHELL
how to use batch file to ftp files in UNIX?各位大哥帮忙,EXECVE()的使用
急,定时运行程序的问题Help wanted for CURSES
script to restart a process, 巨菜问题大虾,看看这是咋回子事尼!
at是每天运行定点吗? (转载)看看我的第一个小script为什么不工作
相关话题的讨论汇总
话题: crontab话题: cron话题: argv话题: command1话题: run
进入Unix版参与讨论
1 (共1页)
i******e
发帖数: 171
1
我想在规定时间比如13:00或1 hour以后运行一个命令:
command1 $ARGV[0] $ARGV[1] ...
man了at, cron, crontab, 不知所云......:( 那位大侠能给个简单的例子让我能照
猫画虎. 多谢了.
另外, 这个时间的表达格式能在网上哪儿可以看到介绍? 多谢!
A**s
发帖数: 8
2
If you just want to run the command once, you can use "at", e.g.
$ at 1300
at> command1 $ARGV[0] $ARGV[1] ...
at> ^D
If you want to run it many times (e.g. every day), you can use crontab. The
syntax is a little complicated, but you can look at
http://en.wikipedia.org/wiki/Crontab
1 (共1页)
进入Unix版参与讨论
相关主题
看看我的第一个小script为什么不工作how to use batch file to ftp files in UNIX?
怎么把UNIX下文件转成LINUX下的文件 (转载)急,定时运行程序的问题
LSF scriptscript to restart a process, 巨菜问题
请教CRON DEAMONat是每天运行定点吗? (转载)
关于man的小问题solaris的ssh为什么后台执行的时候进程不退出?
A question about cron jobRe: How to get the name of current executable in a library routine?
[转载] Cron problem!关于emacs一问。
俺的自白书帮帮忙,用C作一个SHELL
相关话题的讨论汇总
话题: crontab话题: cron话题: argv话题: command1话题: run