shell

sample1 for
sample2 for その2
sample3 if
sample4 while
sample5 case

shell top
top
blog

sample1 shell for





$*
が全部の引数を意味します。

for 変数 in 並び
とします。forの後ろの変数には$をつけません。

sh sample1.sh abc def ghi
として、実行すると以下のようになります。

abc
def
ghi
並びのところには、以下のように語を並べることができます。