bin/bash # Counting the number of lines in a list of files # for loop over arguments if [ $# -lt 1 ] then echo "Usage: $0 file ..." exit 1 fi echo "$0 ...
確定! 回上一頁