Re: PG 7.2 tarball - Mailing list pgsql-admin

From Phill Kenoyer
Subject Re: PG 7.2 tarball
Date
Msg-id 20020207183334.GG27030@home.c0de.net
Whole thread Raw
In response to PG 7.2 tarball  (Simone Tellini <tellini@areabusiness.it>)
List pgsql-admin
Just a note:

$ tar --version
tar (GNU tar) 1.13.25
$ tar -zxf test.tar.gz
$ tar zxf test.tar.gz

Both work fine.

$ tar -fxz test.tar.gz
tar (child): test.tar.gz: Cannot open: No such file or directory
...
$ tar fxz test.tar.gz
$

I just learned today that if I use the '-', then f needs to be last, but
without the '-', I can mix up the switches.  hmmm.

|On 020207 10:20
|Chris Ruprecht (chrup999@yahoo.com) wrote the following...
|
|well, with gnu tar, the command is actually
|
|tar -zxvf postgresql-7.2.tar.gz
|
|with the '-' and the 'v' optional
|
|The 'z' tells tar that the file is compressed.
|
|Best regards,
|Chris
--
BOFH Reason of the day: the butane lighter causes the pincushioning
                                               _   |       _
                                              (_()(|('.|)('||.|()|`|(

pgsql-admin by date:

Previous
From: Phill Kenoyer
Date:
Subject: Re: PG 7.2 tarball
Next
From: Chris Ruprecht
Date:
Subject: Re: PG 7.2 tarball