I confess that I can never remember the syntax for this myself. I know there is a j and an x flag in there somewhere. So I’m adding this for myself as much as for everyone else who can’t keep this syntax straight.
tar -jxvf filename.tar.bz2
I confess that I can never remember the syntax for this myself. I know there is a j and an x flag in there somewhere. So I’m adding this for myself as much as for everyone else who can’t keep this syntax straight.
tar -jxvf filename.tar.bz2
Use this link to trackback from your own site.
Just a note: If you want to preserve file permissions, use the “-p” flag, though I recommend using this as a non-root user. Also, if you prefer not to see a huge list of files scroll by, drop the “-v” flag.