了解shell

学习shell

资料

菜鸟shell教程

Shell脚本编程30分钟入门

实例

判断一个目录是否存在

if [ ! -d "/myfolder" ]; then
  mkdir /myfolder
fi

>>更多

results matching ""

    No results matching ""