<quote who="Del"> > So the way around that is, when you hit that problem, replace this: > > for file in *; do
> with this: > > ls | while read file; do ls? Madness. Use find(1). :-) - Jeff -- Open CeBIT 2007: Sydney, Australia http://www.opencebit.com.au/ ASCII stupid question, get a stupid ANSI. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
