File: plucker-decode.1

package info (click to toggle)
plucker 1.8-34
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,340 kB
  • sloc: ansic: 47,691; cpp: 42,310; python: 17,043; makefile: 1,521; perl: 1,492; pascal: 1,123; sh: 474; sed: 64; java: 13; csh: 6
file content (38 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\" plucker-decode.1
.TH PLUCKER-DECODE 1 "Plucker 1.1 - http://plkr.org/"
.SH NAME
plucker-decode \- parses the Plucker cache file(s)
.SH SYNOPSIS
\fBplucker-decode\fR
[\-h] [\-v] [\-s] [\-S] [\-d] [\-z] <filename> ...
.SH DESCRIPTION
.B plucker-decode
This tool disassembles files generated by the Plucker parser (or any other Plucker compatible parser) and collects statistics about the disassembled documents.

If you get a traceback with an assertion error, something is wrong in the data file or the data is compressed with ZLib and you forgot to specify the \-z option.
.SH OPTIONS
.TP
\fB\-h\fR
display usage information and exit
.TP
\fB\-v\fR
output version information and exit
.TP
\fB\-s\fR
show statics for each document
.TP
\fB\-S\fR
show summary statistics for all documents
.TP
\fB\-d\fR
show disassembly information for each document
.TP
\fB\-z\fR
use ZLib to uncompress the documents
.SH "SEE ALSO"
plucker-dump(1)
.SH "AUTHOR"
Holger Duerer <holly@starship.python.net> (man page by Michael Nordstrom, <micke@sslug.dk>)

Report bugs to http://bugs.plkr.org or <plucker-bugs@rubberchicken.org>