由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 土问题
相关主题
.cshrc?.login?.profile?[转载] About term font size.
Why do I always need to type ./ to run a command?How to change the title of an xterm?
a question about operating system[转载] how to run a program in a new window
Re: 怎么在bash script里面改变xterm窗口的标题?how to use x-windows application when telnet?
怎么弄出彩色的xterm?[转载] 请教高手
How to list all color names?请教CRON DEAMON
HELP:scorllbar on xterm windowa question, thank you!
[转载] Re: how to make the new window get the focus automati在FreeBSD下使用中文的一点心得
相关话题的讨论汇总
话题: xterm话题: 打开话题: bash话题: 窗口
进入Unix版参与讨论
1 (共1页)
c******r
发帖数: 38
1
怎么写一个批处理实现:
打开一个xterm
然后在刚打开的窗口里执行任务?
u***r
发帖数: 19
2
xterm -e commandname

【在 c******r 的大作中提到】
: 怎么写一个批处理实现:
: 打开一个xterm
: 然后在刚打开的窗口里执行任务?

c******r
发帖数: 38
3
多谢了.可能我没说清楚,
我想写一个shell程序,里面需要打开一个xterm,然后在新窗口里执行
很多命令.怎么实现?
xterm -e commandname似乎只能加一条命令,而且
我运行xterm -e ls似乎什么也得不到,新打开的窗口一闪就没了.

【在 u***r 的大作中提到】
: xterm -e commandname
d***c
发帖数: 21
4
because when "ls" finishes, the xterm is closed. if you do
xterm -e top
you'll see it working.
I think if you need to run multiple command in that xterm window, you need
to invoke a shell there. like xterm -e bash bash_script_file

【在 c******r 的大作中提到】
: 多谢了.可能我没说清楚,
: 我想写一个shell程序,里面需要打开一个xterm,然后在新窗口里执行
: 很多命令.怎么实现?
: xterm -e commandname似乎只能加一条命令,而且
: 我运行xterm -e ls似乎什么也得不到,新打开的窗口一闪就没了.

1 (共1页)
进入Unix版参与讨论
相关主题
在FreeBSD下使用中文的一点心得怎么弄出彩色的xterm?
Help, Simple stupid Vi questionHow to list all color names?
anyone used C in plotting in Linux or Unix?HELP:scorllbar on xterm window
unix c plotting?[转载] Re: how to make the new window get the focus automati
.cshrc?.login?.profile?[转载] About term font size.
Why do I always need to type ./ to run a command?How to change the title of an xterm?
a question about operating system[转载] how to run a program in a new window
Re: 怎么在bash script里面改变xterm窗口的标题?how to use x-windows application when telnet?
相关话题的讨论汇总
话题: xterm话题: 打开话题: bash话题: 窗口