由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何在后台运行shell 并且输出运行结果
相关主题
how to change login shell?我的cxterm比较怪
如何将自己的程序后台运行(不用&)?which shell is the best among csh, ksh, bsh?
如何后台运算,谢谢为什么time命令无法重定向?
[转载] About the historyhelp shell script (waiting on line)
which shell is best?[转载] 谁知道ibm aix下怎么设置shell位bash?
where can find source code of Bash or csh or any shellshell script for "for" loop
Re: 想登录后的shell是bashOne shell question
How to program? Shell Question怎么从script中把环境变量传回到当前shell中? (转载)
相关话题的讨论汇总
话题: rec话题: ssh
进入Unix版参与讨论
1 (共1页)
h**o
发帖数: 548
1
bash shell:
例如:
ssh -o connecttime=10 r**[email protected]
rec=$?
如果一切顺利,$rec会得到ssh是否成功的值。
但是如果
ssh -o connecttime=10 r**[email protected] &
rec=$?
$rec永远是0.
在有&的情况下, 如何得到ssh 是否成功那?
1 (共1页)
进入Unix版参与讨论
相关主题
怎么从script中把环境变量传回到当前shell中? (转载)which shell is best?
login shell and normal shell?where can find source code of Bash or csh or any shell
怎么样改变一个正在运行的程序的priorityRe: 想登录后的shell是bash
关于CPU时间急问!How to program? Shell Question
how to change login shell?我的cxterm比较怪
如何将自己的程序后台运行(不用&)?which shell is the best among csh, ksh, bsh?
如何后台运算,谢谢为什么time命令无法重定向?
[转载] About the historyhelp shell script (waiting on line)
相关话题的讨论汇总
话题: rec话题: ssh