Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156722 - unless tar format option
Summary: unless tar format option
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-30 14:12 UTC by Jerome
Modified: 2006-12-02 10:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome 2006-11-30 14:12:32 UTC
In all the handbook you use this command:
tar xvjpf [file].tbz2

You can remove the format options and it works as well:
tar xvpf [file].tbz2

It could make easier the reading of the handbook and be sure to take important options ("p").
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2006-11-30 16:12:43 UTC
Not sure all versions of tar are smart enough to detect gzip'ed or bzip'ed tars.
Anyway, there's nothing wrong with the current tar command.
Comment 2 SpanKY gentoo-dev 2006-12-02 10:53:47 UTC
the autoguess feature is part of all stable tar packages, but that wont help people who are using another method (non-Gentoo like knoppix or something) who has a tar that is outdated

personally i love not having to type j or z or whatever, but having it in the handbook is a safe move