Go to main content

マニュアルページ セクション 1: ユーザーコマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

pgpewrap (1)

名前

pgpewrap - Mutt command line munging tool

形式

Please see following description for synopsis

説明

pgpewrap(1)                      User Manuals                      pgpewrap(1)



NAME
       pgpewrap - Mutt command line munging tool


SYNTAX
       pgpewrap [ flags ] -- prefix [ recipients ]


DESCRIPTION
       This  is  a  little C program which does some command line munging: The
       first argument is a command to be executed.  When pgpewrap encounters a
       "--"  (dash-dash)  argument,  it  will interpret the next argument as a
       prefix which is put in front of all following arguments.


EXAMPLE
               pgpewrap pgpe file -- -r a b c

       will execute:

               pgpe file -r a -r b -r c

       This script is needed with PGP 5 and with GPG, since their command line
       interfaces can't be properly served by mutt's format mechanism.




ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | mail/mutt        |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+
NOTES
       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source                was                downloaded                from
       ftp://ftp.mutt.org/pub/mutt/mutt-1.9.1.tar.gz

       Further information about this software can be found on the open source
       community website at http://www.mutt.org/.



Unix                               May 2013                        pgpewrap(1)