由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - a painful problem
相关主题
提示我 too many ('s 怎么办?在ksh,和source类似的command是什么?
script问题----运行多个文件a painful problem-for those who have..
where can I find some good website for C Shell ?再次急问: *.tgz 文件怎么解?
为什么我就是不会写Shell script?双面打印
请教:Variable in sed commandhelp on job control commands
help shell script (waiting on line)wait on line: simple question
how to get the backgroup run state?How to use the command history in SUN?
Shell script problem? (转载)Tomcat 3.1 + apache 1.3.9一问
相关话题的讨论汇总
话题: problem话题: csh话题: error话题: line话题: painful
进入Unix版参与讨论
1 (共1页)
f*******y
发帖数: 6
1
I have this problem:
a csh script.. I cannot run it as a command, the error is: command not
found,sth.like that. even it is in the current directory. but If I input each
line of that csh script after the prompt, no problem.
Usually, I alway put first line as "#!/bin/csh", if I remove this, the error
would be different, saying one line in the script has syntax error, even
actually no any syntax error in that line at all.
I have this kind of problem occasionally, really painful.. anybody has semi
o**v
发帖数: 1662
2
./your_command

【在 f*******y 的大作中提到】
: I have this problem:
: a csh script.. I cannot run it as a command, the error is: command not
: found,sth.like that. even it is in the current directory. but If I input each
: line of that csh script after the prompt, no problem.
: Usually, I alway put first line as "#!/bin/csh", if I remove this, the error
: would be different, saying one line in the script has syntax error, even
: actually no any syntax error in that line at all.
: I have this kind of problem occasionally, really painful.. anybody has semi

a***r
发帖数: 35
3
remove ^M at end of the first line

【在 f*******y 的大作中提到】
: I have this problem:
: a csh script.. I cannot run it as a command, the error is: command not
: found,sth.like that. even it is in the current directory. but If I input each
: line of that csh script after the prompt, no problem.
: Usually, I alway put first line as "#!/bin/csh", if I remove this, the error
: would be different, saying one line in the script has syntax error, even
: actually no any syntax error in that line at all.
: I have this kind of problem occasionally, really painful.. anybody has semi

a***r
发帖数: 35
4
o ft
It's already answered

【在 a***r 的大作中提到】
: remove ^M at end of the first line
1 (共1页)
进入Unix版参与讨论
相关主题
Tomcat 3.1 + apache 1.3.9一问请教:Variable in sed command
what's wrong with my CXterm5.0?help shell script (waiting on line)
a low_hand_question about emacs.how to get the backgroup run state?
a silly question?Shell script problem? (转载)
提示我 too many ('s 怎么办?在ksh,和source类似的command是什么?
script问题----运行多个文件a painful problem-for those who have..
where can I find some good website for C Shell ?再次急问: *.tgz 文件怎么解?
为什么我就是不会写Shell script?双面打印
相关话题的讨论汇总
话题: problem话题: csh话题: error话题: line话题: painful