由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - a puzzle!!
相关主题
[转载] 再请教高手Re: how to change all the files .cpp to .C
[转载] qestion about grep[转载] About the history
how to turn echo off in shell scipt?如何单步执行shell?
看看我的第一个小script为什么不工作which shell is best?
questionhow to let awk not print?
提示我 too many ('s 怎么办?equivilent $REMOTEHOST in ksh
how to run background process after logoutshell programming问题:如何同时run多个作业
关于cxterm的问题Change shell to tcsh?
相关话题的讨论汇总
话题: tcsh话题: echo话题: puzzle话题: shell话题: especially
进入Unix版参与讨论
1 (共1页)
e******r
发帖数: 220
1
what is the meaning of this little shell program? Please help me.
Especially, what is the function of "tcsh" command?
echo "begin $*"
if ("$1" != "")then
shift
tcsh script.sh $*
endif
echo "end"
fi
j*c
发帖数: 97
2
opening a tc-shell and running the script script.sh in the shell.

【在 e******r 的大作中提到】
: what is the meaning of this little shell program? Please help me.
: Especially, what is the function of "tcsh" command?
: echo "begin $*"
: if ("$1" != "")then
: shift
: tcsh script.sh $*
: endif
: echo "end"
: fi

1 (共1页)
进入Unix版参与讨论
相关主题
Change shell to tcsh?question
.cshrc?.login?.profile?提示我 too many ('s 怎么办?
bash 彩色 shell prompthow to run background process after logout
如何在当前目录下查找替换一个串?关于cxterm的问题
[转载] 再请教高手Re: how to change all the files .cpp to .C
[转载] qestion about grep[转载] About the history
how to turn echo off in shell scipt?如何单步执行shell?
看看我的第一个小script为什么不工作which shell is best?
相关话题的讨论汇总
话题: tcsh话题: echo话题: puzzle话题: shell话题: especially