* Shawn Lamson
>
> for file in `ls`
> do mpg123 "$file"
> done

Really?


$ touch "aa aa"
$ touch bb
$ for file in `ls`; do echo "$file"; done
aa
aa
bb

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to