... 指令搭配$()操作,下面的指令可以列出檔案的數量 echo "There are $(ls | wc -l) items here." # wc 是bash 的指令之一參數如下: # -l :僅列出行 ...
確定! 回上一頁