Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to extract a file from a tar.bz2 archive?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
MHenry676
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2004
Posts: 125

PostPosted: Mon Aug 01, 2005 1:24 am    Post subject: How to extract a file from a tar.bz2 archive? Reply with quote

I need to extract my /etc/portage/package.keywords file from a recent stage4 backup tar.bz2 file. I tried a few ways, but can't seem to get it right. What command can I use to extract this file from this archive?
_________________
ASUS A7N8X-E DLX | Mobile Athlon XP 2500 @ 2.5GHz | 1GB OCZ Gold 2-2-2-5 | GeForce 6800
HOWTO Fully Automated USB mounting using udev (WIP)
Back to top
View user's profile Send private message
smitty_one_each
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2004
Posts: 94
Location: Right coast, halfway up

PostPosted: Mon Aug 01, 2005 1:29 am    Post subject: Reply with quote

for backup.tar.bz2,
>tar -xvjf backup.tar.bz2
unless your tar is older, in which case you might
>bzcat backup.tar.bz2 | tar -xv
go forth and rock!
Chris
_________________
I'm just looking for clues at the scene of the crime.--Walsh
Back to top
View user's profile Send private message
Syque
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2004
Posts: 110

PostPosted: Mon Aug 01, 2005 2:14 am    Post subject: Reply with quote

Try:

tar -xjvf backup.tar.bz2 '*package.keywords'

which will extract only those files in the tar archive ending with the pattern package.keywords.

(the command smitty_one_each gave will extract the whole archive).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum