  | |  | How to create a 'patch ' with full files? | How to create a 'patch ' with full files? 2005-07-25 - By nathan r. hruby
Back On Mon, 25 Jul 2005, Garrick Staples wrote:
> 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?
awk '{print $4}' in the pipeline will do similar to the cut example previously posted. Either will work well.
-n -- -- ---- ---- ---- ---- ---- ---- ---- ----- nathan hruby <nhruby@(protected)> uga enterprise information technology services production systems support -- ---- ---- ---- ---- ---- ---- ---- -----
"Back in the good old days, we would just look in the system log file to see what was really going on. The new crowd of Linux users would rather not have to do that, however; they expect the system to tell them, politely, that their hardware is on fire and that they are about to deeply regret not having run any backups since sometime last winter." http://lwn.net/Articles/140815
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |