March 18th, 2006 by Lawrence David
to decompress a .tar.bz2 file, go with:
> tar xvjf filename.tar.bz2
Posted in Mac OS X, Unix | 3 Comments »
ya forgot th’ dash, d00d.
tar -xvjf filename.tar.bz2
:-0 Oops.
4ccdb5420ccd…
4ccdb5420ccd4bcc3eae…
Actually, Christopher, tar is smart enough that it doesn’t need the dashes – with or without them, the order of arguments lets it guess what you mean.
Name (required)
Mail (hidden) (required)
Website
Submit Comment
Notify me of followup comments via e-mail
Trackback URI | Comments RSS
ya forgot th’ dash, d00d.
tar -xvjf filename.tar.bz2
:-0 Oops.
4ccdb5420ccd…
4ccdb5420ccd4bcc3eae…
Actually, Christopher, tar is smart enough that it doesn’t need the dashes – with or without them, the order of arguments lets it guess what you mean.