由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Questions about KornShell
相关主题
mget question in ftp[转载] [Q] sh under Redhat9.0
tc shell script??awk question, looking for help
Tomcat 3.1 + apache 1.3.9一问multi-view terminal in sunos5.8?
what's wrong with my CXterm5.0?请问VIM在SSH里面能用不同的颜色highlight syntax
a low_hand_question about emacs.[转载] How to use debugger xdb?
a silly question?提示我 too many ('s 怎么办?
Consult to perl experta painful problem
how to display color for java or c mode in xemacs为什么从家里连到学校的机子上工作这么慢? (转载)
相关话题的讨论汇总
话题: when话题: ksh话题: questions话题: kornshell话题: float
进入Unix版参与讨论
1 (共1页)
f***y
发帖数: 98
1
1) When I try run the following script, it didn't work:
for (( i=0; i<10; i++ )) do print Hello; done
I was prompted:
ksh: syntax error: `((' unexpected

2) When I try to do this:
float i=2.3
I was prompted:
ksh: float: not found
Anyone could kindly explain this? Thanks a lot.
c**t
发帖数: 2744
2
【 在 ferry (死菜了) 的大作中提到: 】
for i in 0 1 2 3 4 5 6 7 8 9;
do
print Hello;
done
2) When I try to do this:
set float=2.3
echo $1
man ksh
1 (共1页)
进入Unix版参与讨论
相关主题
为什么从家里连到学校的机子上工作这么慢? (转载)a low_hand_question about emacs.
DEC Alpha到底有多快?a silly question?
郁闷!求助!Consult to perl expert
talk about data access problemhow to display color for java or c mode in xemacs
mget question in ftp[转载] [Q] sh under Redhat9.0
tc shell script??awk question, looking for help
Tomcat 3.1 + apache 1.3.9一问multi-view terminal in sunos5.8?
what's wrong with my CXterm5.0?请问VIM在SSH里面能用不同的颜色highlight syntax
相关话题的讨论汇总
话题: when话题: ksh话题: questions话题: kornshell话题: float