[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Specifying output for plzip
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Lzip-bug] Specifying output for plzip |
Date: |
Tue, 17 Dec 2013 16:46:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Hello Zach.
Zach Lym wrote:
I am having trouble specifying output for plzip:
[...]
plzip --keep --output=mirror/headstart-2013-12-06 namecoind.old
plzip: Output file `namecoind.old.lz' already exists, skipping.
'--output' can only be used when reading from standard input. See
http://www.nongnu.org/lzip/manual/plzip_manual.html#Invoking-plzip
'-o file'
'--output=file'
When reading from standard input and '--stdout' has not been
specified, use 'file' as the virtual name of the uncompressed file. This
produces a file named 'file' when decompressing, and a file named
'file.lz' when compressing.
To achieve the effect you desire, use the following command:
plzip -c namecoind.old > mirror/headstart-2013-12-06
Best regards,
Antonio.