由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 问个SHELL SCIPT的问题
相关主题
how to turn echo off in shell scipt?How to mv files to another directory under ftp> ?
问个小问题新手求助:"Disc quota exceeded" 什么意思?
[转载] 问个shell怎么写?Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?
问个shell script的问题请问unix/Linux中设置共享目录
I am crazy about this!!question about Makefile
不好意思,问个问题[转载] 再来一份UNIX的题。
关于man的小问题Re: [转载] How can I mount local HD from S
how to compress several file under unix[转载] 分特,一个弱问题
相关话题的讨论汇总
话题: echo话题: shell话题: scipt
进入Unix版参与讨论
1 (共1页)
m*******o
发帖数: 264
1
#!/bin/sh
num=`ls | wc -l`
new=q$num
echo $new
mkdir ./"$new"
我想echo的是q2, 为什么echo输出的是q 2,中间的空格怎么来的
还有就是mkdir ./"$new"也是中间有些tab制表符
l*******g
发帖数: 4894
2
what's your environment? I run your script. No problem.

【在 m*******o 的大作中提到】
: #!/bin/sh
: num=`ls | wc -l`
: new=q$num
: echo $new
: mkdir ./"$new"
: 我想echo的是q2, 为什么echo输出的是q 2,中间的空格怎么来的
: 还有就是mkdir ./"$new"也是中间有些tab制表符

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 分特,一个弱问题I am crazy about this!!
提示我 too many ('s 怎么办?不好意思,问个问题
问题:mount remote filesystem关于man的小问题
Re: [转载] Solaris 10网络安装问题how to compress several file under unix
how to turn echo off in shell scipt?How to mv files to another directory under ftp> ?
问个小问题新手求助:"Disc quota exceeded" 什么意思?
[转载] 问个shell怎么写?Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?
问个shell script的问题请问unix/Linux中设置共享目录
相关话题的讨论汇总
话题: echo话题: shell话题: scipt