Re: PG 7.2 tarball

Поиск
Список
Период
Сортировка
От Phill Kenoyer
Тема Re: PG 7.2 tarball
Дата
Msg-id 20020207183334.GG27030@home.c0de.net
обсуждение исходный текст
Ответ на PG 7.2 tarball  (Simone Tellini <tellini@areabusiness.it>)
Список 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 по дате отправления:

Предыдущее
От: Phill Kenoyer
Дата:
Сообщение: Re: PG 7.2 tarball
Следующее
От: Chris Ruprecht
Дата:
Сообщение: Re: PG 7.2 tarball