File: README

package info (click to toggle)
golang-github-kisom-goutils 0.0~git20161101.0.858c9cb-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 331
  • sloc: makefile: 6
file content (14 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pembody

This is a utility for decoding PEM-encoded files and spewing their
contents to standard output. No trailing newline is appended. If
the filename is "-", pembody reads from standard input.

Example:
        $ cat file.pem
        -----BEGIN TEST DATA-----
        c2FtcGxlIGJpbmFyeSBkYXRh
        -----END TEST DATA-----
        $ pembody file.pem
        sample binary data$