Change tar to GNU

Stijn Hoop stijn at win.tue.nl
Fri Feb 18 09:27:14 GMT 2005


On Fri, Feb 18, 2005 at 09:36:40AM +0100, Dag-Erling Smørgrav wrote:
> Steve Kargl <sgk at troutmask.apl.washington.edu> writes:
> > find $PATH -newermt 20050214 | xargs tar cf new.tar
> 
> Bad idea, for a number of different reasons (including file names
> containing spaces or other special characters, and command line length
> limits).  The following is slightly better, but will still fail if you
> have files with newlines in them:
> 
> find $PATH -newermt 2005-02-14 | tar -c -f new.tar -T/dev/stdin

Won't find -print0 | xargs -0 ... work in all cases?

--Stijn

-- 
I wish there was a knob on the TV to turn up the intelligence.  There's a knob
called `brightness', but it doesn't work."
		-- Gallagher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20050218/14a2c14c/attachment.bin


More information about the freebsd-current mailing list