From: | Phill Kenoyer <pgsql(at)c0de(dot)net> |
---|---|
To: | Chris Ruprecht <chrup999(at)yahoo(dot)com> |
Cc: | Simone Tellini <tellini(at)areabusiness(dot)it>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: PG 7.2 tarball |
Date: | 2002-02-07 18:33:34 |
Message-ID: | 20020207183334.GG27030@home.c0de.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)yahoo(dot)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
_ | _
(_()(|('.|)('||.|()|`|(
From | Date | Subject | |
---|---|---|---|
Next Message | Simone Tellini | 2002-02-07 19:36:02 | Re: PG 7.2 tarball |
Previous Message | Chris Ruprecht | 2002-02-07 18:20:23 | Re: PG 7.2 tarball |