Re: POWA tool - Mailing list pgsql-general

From John McKown
Subject Re: POWA tool
Date
Msg-id CAAJSdjhRfA6Py6St7=oV7MYHA0FWDQ=K2OUHNO6rtKugGBqXKw@mail.gmail.com
Whole thread Raw
In response to Re: POWA tool  (Raghu Ram <raghuchennuru@gmail.com>)
List 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 by date:

Previous
From: Sameer Thakur
Date:
Subject: Re: Using fmgr_hook
Next
From: Larry White
Date:
Subject: indexed range queries on jsonb?