shell学习

1. \cp -rf 不需要按y确认,直接拷贝

2.判断字符串是否为空,最好加上x

  result=‘‘  

  if [ x"$result" == x"" ];then

    echo "the result is ‘ ‘ "

  else

    echo "the result is not ‘ ‘ "

     fi

 

shell学习

上一篇:Linux 设备驱动基本概念


下一篇:使用shell打印1-10的6种方法