#!/bin/bash for i in word1 word2 word3; do echo "$i" done ... do echo $i done. The shell variable "$@" contains the list of command line arguments.
確定! 回上一頁