<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Francesco,<div><br></div><div>Whom do i need to contact to correct the examples provided in manual page?</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">GPG-ZIP(1) GNU Privacy Guard GPG-ZIP(1)<br>NAME<br> gpg-zip - Encrypt or sign files into an archive<br>SYNOPSIS<br> gpg-zip [options] filename1 [ filename2, ... ] directory1 [ directory2, ... ]<br>DESCRIPTION<br> gpg-zip encrypts or signs files into an archive. It is an gpg-ized tar using the same format as used by PGP's PGP Zip.<br>OPTIONS<br> gpg-zip understands these options:<br> --encrypt<br> -e Encrypt data. This option may be combined with --symmetric (for output that may be decrypted via a secret key or a passphrase).<br> --decrypt<br> -d Decrypt data.<br> --symmetric<br> -c Encrypt with a symmetric cipher using a passphrase. The default symmetric cipher used is CAST5, but may be chosen with the --cipher-algo option to gpg.<br> --sign<br> -s Make a signature. See gpg.<br> --recipient user<br> -r user<br> Encrypt for user id user. See gpg.<br> --local-user user<br> -u user<br> Use user as the key to sign with. See gpg.<br> --list-archive<br> List the contents of the specified archive.<br> --output file<br> -o file<br> Write output to specified file file.<br> --gpg gpgcmd<br> Use the specified command gpgcmd instead of gpg.<br> <br> --gpg-args args<br> Pass the specified options to gpg.<br> --tar tarcmd<br> Use the specified command tarcmd instead of tar.<br> --tar-args args<br> Pass the specified options to tar.<br> --version<br> Print version of the program and exit.<br> --help Display a brief help page and exit.<br>EXAMPLES<br> Encrypt the contents of directory ‘mydocs’ for user Bob to file ‘test1’:<br> <b>gpg-zip --encrypt --output test1 --gpg-args -r Bob mydocs</b><br> List the contents of archive ‘test1’:<br> gpg-zip --list-archive test1<br>DIAGNOSTICS<br> The program returns 0 if everything was fine, 1 otherwise.<br>SEE ALSO<br> gpg(1), tar(1),<br> The full documentation for this tool is maintained as a Texinfo manual. If GnuPG and the info program are properly installed at your site, the command<br> info gnupg<br> should give you access to the complete manual including a menu structure and an index.<br>GnuPG 2.0.22 2018-07-13 GPG-ZIP(1)</blockquote><div><br></div><div> Best Regards,</div></div><div><br></div><div>Kaushal</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 7, 2018 at 7:53 AM Kaushal Shriyan <<a href="mailto:kaushalshriyan@gmail.com">kaushalshriyan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 6, 2018 at 7:12 PM Francesco Ariis <<a href="mailto:fa-ml@ariis.it" target="_blank">fa-ml@ariis.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Nov 06, 2018 at 05:32:40PM +0530, Kaushal Shriyan wrote:<br>
> [centos]# ls helloworld/<br>
> check_cpu_perf.sh <a href="http://check_mem.pl" rel="noreferrer" target="_blank">check_mem.pl</a> jdk-8u162-linux-x64.rpm<br>
> [centos]# gpg-zip --encrypt --output hellogpg --gpg-args -r kaushal<br>
<br>
Ah, the example in the manual is wrong. This should work<br>
<br>
gpg-zip --encrypt --output hellogpg -r kaushal <a href="http://somefile.xyz" rel="noreferrer" target="_blank">somefile.xyz</a><br>
<br></blockquote><div><br></div><div>Thanks Francesco and i am still working on it. Appreciate your help</div></div></div>
</blockquote></div>