Re: POWA tool

Поиск
Список
Период
Сортировка
От John McKown
Тема Re: POWA tool
Дата
Msg-id CAAJSdjhRfA6Py6St7=oV7MYHA0FWDQ=K2OUHNO6rtKugGBqXKw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: POWA tool  (Raghu Ram <raghuchennuru@gmail.com>)
Список pgsql-general
On Tue, Aug 26, 2014 at 5:43 AM, Raghu Ram <raghuchennuru@gmail.com> wrote:
On Tue, Aug 26, 2014 at 3:11 PM, Ramesh T <rameshparnanditech@gmail.com> wrote:
i downloaded But where i need to unzip powa-REL_1_1.zip i'm using putty tool remote server..


-bash-4.1$ unzip powa-REL_1_1.zip
-bash: unzip: command not found


You need to Install "unzip" utility. Once you installed "unzip" utility,you can extract in "/tmp" directory.

As an alternative to the "unzip" command, the "jar" command from the Java SDK can be used. Java "jar" files are simply zip files. And the jar command can list, create, and extract from jar files.

jar xf powa-REL_1_1.zip # unzip

===

jar cf new.file.zip set.txt of.txt subdir/files.bin # create new

jar lf new.file.zip # list contents
 



--
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan

Maranatha! <><
John McKown

В списке pgsql-general по дате отправления:

Предыдущее
От: Sameer Thakur
Дата:
Сообщение: Re: Using fmgr_hook
Следующее
От: Larry White
Дата:
Сообщение: indexed range queries on jsonb?