for statement 投稿日時: 2005-07-17 投稿者: hiro345 Linuxでfor文を使うシェルスクリプトを作成した。 #!/bin/sh for i in a b c do echo $i done