눈바래다

#!/bin/ksh

while (( $# > 0 ))

do

 print $*

 shift

done

$whilesh a b c d e f