On Wed, 7 Nov 2001 14:56:35 -0600 Dimitri Maziuk <[EMAIL PROTECTED]> wrote: > Yeah well. I did a "for i in `ls`" on a large directory once and > ended up with a lot of files with funny names. That's probably > just me, things-that-could-never-possibly-happen happen to me all > the time...
Do for 'for i in `/bin/ls`', absolute paths make things portable.