由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - shell script question
相关主题
关于perl和linux shell script的书最经典有哪些? (转载)a emacs and shell script question
用python生成傻shell脚本如何?控制程序自动化执行, 该用 perl, python or shell script ?
[转载] A shell script question. :)这句shell script 为什么这么写
关于shell script的一个问题怎么实现这个alias (转载)
Shell script 问题如何从代码里向yarn动态提交一个spark job
Help with a simple c-shell script.how to program a shell extension
[合集] how to call a korn shell script in JAVA program?问个C++问题,高手帮帮忙
[合集] Shell script problem?32/64编程怎么做才好呢
相关话题的讨论汇总
话题: elif话题: shell话题: script
进入Programming版参与讨论
1 (共1页)
y*h
发帖数: 107
1
cat > car
if [ -z $1 ]
then ....
elif [ -n $1 ]
...
fi
wonder what "-z" and "-n" mean in "-z $1" and "-n $1" . Thanks
D*******a
发帖数: 3688
2
man test

【在 y*h 的大作中提到】
: cat > car
: if [ -z $1 ]
: then ....
: elif [ -n $1 ]
: ...
: fi
: wonder what "-z" and "-n" mean in "-z $1" and "-n $1" . Thanks

1 (共1页)
进入Programming版参与讨论
相关主题
32/64编程怎么做才好呢Shell script 问题
线程中可以循环延时吗?Help with a simple c-shell script.
c warning[合集] how to call a korn shell script in JAVA program?
这个结果是啥,为什么呢?[合集] Shell script problem?
关于perl和linux shell script的书最经典有哪些? (转载)a emacs and shell script question
用python生成傻shell脚本如何?控制程序自动化执行, 该用 perl, python or shell script ?
[转载] A shell script question. :)这句shell script 为什么这么写
关于shell script的一个问题怎么实现这个alias (转载)
相关话题的讨论汇总
话题: elif话题: shell话题: script