1SC_WARTSDUMP(1) BSD General Commands Manual SC_WARTSDUMP(1)
2
4 sc_wartsdump — verbose dump of information contained in a warts file.
5
7 sc_wartsdump [file ...]
8
10 The sc_wartsdump provides a verbose dump of information contained in a
11 sequence of warts files. While the output is structured and suitable for
12 initial analyses of results, the format of the output is not suitable for
13 automated parsing and analysis as the output of sc_wartsdump will change
14 overtime with no regard to backwards compatibility. Analyses of the con‐
15 tents of a warts file should be made using specialised programs which
16 link against the scamper file API.
17
19 The command:
20
21 sc_wartsdump file1.warts file2.warts
22
23 will decode and print the contents of file1.warts, followed by the con‐
24 tents of file2.warts.
25
26 The command:
27
28 gzcat file1.warts.gz | sc_wartsdump
29
30 will print the contents of the uncompressed file supplied on stdin.
31
33 scamper(1), sc_warts2text(1)
34
36 sc_wartsdump is written by Matthew Luckie <mjl@luckie.org.nz>.
37
38BSD October 15, 2010 BSD