Re: bunzip2 -c linux-2.2.10.tar.bz2 | untar -xvp

Tigran Aivazian (tigran@sco.COM)
Wed, 16 Jun 1999 14:47:15 +0100 (BST)


what is "untar"? There is no such thing (and if there is there shouldn't
be :) because tar(1) is adequate)

The correct command is:

bzip2 -dc linux-2.2.10.tar.bz2 | tar xvf -

Tigran.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/