2007/6/4, Marc Espie <[EMAIL PROTECTED]>:
Don't use for loops with find results, they do not scale well. Also, beware of spaces in file.For this kind of thing, I generally use 'while read'
Use xargs(1) Best Martin
2007/6/4, Marc Espie <[EMAIL PROTECTED]>:
Don't use for loops with find results, they do not scale well. Also, beware of spaces in file.For this kind of thing, I generally use 'while read'
Use xargs(1) Best Martin