On Fri, 27 May 2005, steve Phariss wrote: > We have a winner!!! I had to put a -print instead of print but it worked > like a charm. >> for i in `find _start_directory_ type f -a print`; do yeah - as soon as I saw it come back in the mailing list, I noticed that it also needed a '-' in front of the 'type' specifier as well. It is also possible to reduce it to a shell oneliner using -exec, but the quoteing is so nasty to get right ;) - R --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss