基礎wc -l :計算行數Example[user]conf$ cat php.ini | wc -l1299 比較數字大小-lt , -gtExamplea=1b=2c=3nbsp;if [ $a -lt $b ]; then echo $a is ...
確定! 回上一頁