On Mon, Mar 25, 2002 at 10:00:40AM +0800, Rumy Taulu wrote: > On Sat, 23 Mar 2002, Nu Nix wrote: > > > --- Rumy Taulu <[EMAIL PROTECTED]> wrote: > > > On Sat, 23 Mar 2002, Nu Nix wrote: > > > > > > > gimana caranya me-decompress file *.tar.bz2 > > > > > > tar yxvf namafile.tar.bz2 > > > > O, langsung pake tar ya ? > > Saya coba : > > $ tar yxvf sylpheed-0.7.4.tar.bz2 > > tar: invalid option -- y > > Try `tar --help' for more information. > > $ tar --help | more > > ...cut... > > PATTERN > -o, --old-archive, --portability write a V7 format archive > --posix write a POSIX conformant archive > -y, --bzip2, --bunzip2 filter the archive through bzip2 > > Saya selalu pake option ini kalau bunzip kernel :)
tergantung versi tarnya, ada yang tar jxvf namafile.tar.bz2 atau bunzip2 -c namafile.tar.bz2 | tar xvf - -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3
