Folks,

although there was much rejoicing, I think there's no need for a
new option to cp. Just use the toolbox, it's not too hard:

(cat bigfilelist; echo destdir) | xargs cp

Or even

echo destdir >>bigfilelist
xargs cp < bigfilelist

should do the trick.

Regards,

        Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to