由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 请教CRON DEAMON
相关主题
.cshrc?.login?.profile?can't open display in cygwin
[转载] 请教高手cygwin xterm不能copy/paste怎么办?
请教个scripts的问题一个 x terminal 设置的问题
[转载] 如何返回当前窗口正在运行的程序名称[转载] 怎么知道别人finger过我呀?
xterm Xt error: Can't open display::0about syslog deamon
How to list all color names?how to run background process after logout
Cygwin一问关于cxterm的问题
Cygwin / XFree86 doesn't workRe: how to change all the files .cpp to .C
相关话题的讨论汇总
话题: cron话题: xterm话题: system话题: deamon话题: 10x20
进入Unix版参与讨论
1 (共1页)
i**********r
发帖数: 36
1
高手请看过来!
I have a tcsh script which calls a perl program which again call
system("xterm -fn 10x20 -e vim $title.html&");
$title is a string obtained in perl program.
this tcsh script works fine when I run in interactive mode. But when I
use cron daemon to call it, the system(...) won't be executed, the rest
part gives the desired results, though. The daemon email me about it, saying
sh: xterm: command not found
then I change the system(..) to
system("/usr/bin/X11/xterm -fn 10x20 -e vim $title.htm
1 (共1页)
进入Unix版参与讨论
相关主题
Re: how to change all the files .cpp to .Cxterm Xt error: Can't open display::0
[转载] About the historyHow to list all color names?
如何单步执行shell?Cygwin一问
which shell is best?Cygwin / XFree86 doesn't work
.cshrc?.login?.profile?can't open display in cygwin
[转载] 请教高手cygwin xterm不能copy/paste怎么办?
请教个scripts的问题一个 x terminal 设置的问题
[转载] 如何返回当前窗口正在运行的程序名称[转载] 怎么知道别人finger过我呀?
相关话题的讨论汇总
话题: cron话题: xterm话题: system话题: deamon话题: 10x20