On 2006-01-20 09:21:21 +0100, Per Jessen wrote: > Yes, you could be running out of space on the command-line - 32K is the > bash default I think. I started out using -exec some years back, but > quickly switched to xargs or piping into > 'while read f; do .... ; done'.
no you cant. xargs takes care that the cmdline wont be too long. darix --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
