  | |  | How to create a 'patch ' with full files? | How to create a 'patch ' with full files? 2005-07-25 - By Garrick Staples
Back On Mon, Jul 25, 2005 at 06:51:08PM +0200, wolf2k5 alleged: > On 7/25/05, Garrick Staples <garrick@(protected)> wrote: > > tar has a handy -T option, which can read a list of files to include in a new > > tarball. It can even read this list from stdin: > > diff ... | awk ... | tar cvf foo.tar -T - > > That looks great, but what arguments should I use for awk? :-)
Ah, I dunno... I was leaving that as "an exercise for the user" :)
Something like awk '/differ/{print $4}' ? Or use the 'cut' suggested in another email?
-- Garrick Staples, Linux/HPCC Administrator University of Southern California
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |