免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库

动态

2016-06-23

  • 零度冰水 发表了新话题 2016-06-23 14:29
    if [-d]目录判断的问题
    脚本内容如下: #!/bin/bash for i in `ls $1`;do if [ -d $i ];then echo "$i is directory" else echo "$i is file" fi done [root@sensor ~ ...

2014-02-08