13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
|
pembody
|
||
|
|
||
|
This is a utility for decoding PEM-encoded files and spewing their
|
||
|
contents to standard output. No trailing newline is appended.
|
||
|
|
||
|
Example:
|
||
|
$ cat file.pem
|
||
|
-----BEGIN TEST DATA-----
|
||
|
c2FtcGxlIGJpbmFyeSBkYXRh
|
||
|
-----END TEST DATA-----
|
||
|
$ pembody file.pem
|
||
|
sample binary data$
|
||
|
|