shell 函數 參數調用 參數遍歷 while循環

#!/bin/bashshell #查找 bash function findit(){          函數     if [ "$#" -lt 1 ] ; then  #判斷函數參數個數                      echo "$#"          echo "Usage: findit filename"                       return 1   
相關文章
相關標籤/搜索