1SC_WARTSCAT(1) BSD General Commands Manual SC_WARTSCAT(1)
2
4 sc_wartscat — concatenate warts files generated by scamper
5
7 sc_wartscat [-?s] [-o outfile] [file ...]
8
10 The sc_wartscat utility provides the ability to concatenate warts files
11 generated by scamper.
12
14 The command:
15
16 sc_wartscat -o output.warts file1.warts file2.warts
17
18 will decode and print the contents of file1.warts, followed by the con‐
19 tents of file2.warts.
20
21 The command:
22
23 gzcat file1.warts.gz | sc_wartsdump
24
25 will print the contents of the uncompressed file supplied on stdin.
26
28 scamper(1)
29
31 sc_wartscat is written by Matthew Luckie <mjl@luckie.org.nz>.
32
33BSD October 15, 2010 BSD