Categories

 

January 2007
M T W T F S S
« Nov   Feb »
1234567
891011121314
15161718192021
22232425262728
293031  

What I'm Doing...

PlaytimePriya and KunalIMG00015.jpgIMG00017.jpgFallColors.jpgSpring

linux tip on tar

If you untar a package, and it makes a mess of your directory because the packager didn’t include the files in his tarball in a directory, you can use

% rm `tar ftz package.tar.gz`

to quickly get rid of those cluttering files.

% rm `tar ft package.tar`

does the same thing.

Share

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

1 comment to linux tip on tar

  • Shino

    that’s good advice. thanks! I’m sure I’ll use it, because i made a miss already number of times with darn tar files…

    ReplyReply

    [Reply]

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>