SEXPP(1) | User Commands | SEXPP(1) |
sexpp - Read, parse, and print out S-expressions
cat certificate-file | sexpp -a -x
sexpp typically reads an S-expression from standard input and rewrites it to standard output.
Running without switches implies: -p -a -b -c -x
-i filename Takes input from file instead of stdin.
The main routine typically reads one S-expression, prints it out again, and stops. This may be modified:
The output format is normally canonical, but this can be changed. More than one output format can be requested at once.
The sexpp project is maintained by Maxim Samsonov on behalf of Ribose, Inc. It is based on code from Ron Rivest and Butler Lampson. This manual page was written by Daniel Kahn Gillmor for the Debian project, but may be used by others.
https://datatracker.ietf.org/doc/draft-rivest-sexp/
June 2023 | sexpp |