Re: POWA tool

From: John McKown <john(dot)archie(dot)mckown(at)gmail(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: POWA tool
Date: 2014-08-26 11:26:08
Message-ID: CAAJSdjhRfA6Py6St7=oV7MYHA0FWDQ=K2OUHNO6rtKugGBqXKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 26, 2014 at 5:43 AM, Raghu Ram <raghuchennuru(at)gmail(dot)com> wrote:

> On Tue, Aug 26, 2014 at 3:11 PM, Ramesh T <rameshparnanditech(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Larry White 2014-08-26 13:30:13 indexed range queries on jsonb?
Previous Message Sameer Thakur 2014-08-26 10:52:47 Re: Using fmgr_hook