>>947
そういう場合は位置パラメータを使う。

set aaa bbb 'ccc ddd'

for f in "$@"; do
echo "$f"
done

これで、
aaa
bbb
ccc ddd
と表示される。