linux man page for gpgsplit

Query: gpgsplit

OS: linux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

gpgsplit(1)						      General Commands Manual						       gpgsplit(1)

NAME
gpgsplit - Split an OpenPGP message into packets
SYNOPSIS
gpgsplit [OPTIONS] [FILES]
DESCRIPTION
This manual page documents briefly the gpgsplit command. gpgsplit splits an OpenPGP message into packets.
OPTIONS
-v,--verbose Verbose. -p,--prefix STRING Prepend filenames with STRING. --uncompress Uncompress a packet. --secret-to-public Convert secret keys to public keys. --no-split Write to stdout and don't actually split.
AUTHOR
Copyright (C) 2002 Free Software Foundation, Inc. Please report bugs to <bug-gnupg@gnu.org>. This manpage was written by Francois Wendling <frwendling@free.fr>. December 2005 gpgsplit(1)
Related Man Pages
openpgp2ssh(1) - debian
paperkey(1) - debian
gnutls_openpgp_crt_get_creation_time(3) - centos
gnutls_openpgp_privkey_get_key_id(3) - centos
gnutls_certificate_set_openpgp_key_mem2(3) - suse
Similar Topics in the Unix Linux Community
how to know the list of all commands supported by unix ?
How to delete all lines before a particular pattern when the pattern is defined in a variable?