bin/57024: a new option for xargs(1) -- only treat \n as
separators
Oliver Eikemeier
eikemeier at fillmore-labs.com
Fri Sep 19 20:50:28 PDT 2003
The following reply was made to PR bin/57024; it has been noted by GNATS.
From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: freebsd-gnats-submit at FreeBSD.org, mi at aldan.algebra.com
Cc:
Subject: Re: bin/57024: a new option for xargs(1) -- only treat \n as separators
Date: Sat, 20 Sep 2003 05:49:36 +0200
How about:
tar -t some.tar | tr '\n' '\000' | xargs -0 ls -l
More information about the freebsd-bugs
mailing list