.\" .\" sc_wartscat.1 .\" .\" Author: Matthew Luckie .\" .\" Copyright (c) 2010-2011 University of Waikato .\" All rights reserved .\" .\" $Id: sc_wartscat.1,v 1.4 2015/09/20 02:54:59 mjl Exp $ .\" .\" nroff -man sc_wartscat.1 .\" groff -man -Tascii sc_wartscat.1 | man2html -title sc_wartscat.1 .\" .Dd October 15, 2010 .Dt SC_WARTSCAT 1 .Os .Sh NAME .Nm sc_wartscat .Nd concatenate warts files generated by scamper .Sh SYNOPSIS .Nm .Bk -words .Op Fl ?s .Op Fl o Ar outfile .Op Ar .Sh DESCRIPTION The .Nm utility provides the ability to concatenate warts files generated by scamper. .Sh EXAMPLES The command: .Pp .in +.3i sc_wartscat -o output.warts file1.warts file2.warts .in -.3i .Pp will decode and print the contents of file1.warts, followed by the contents of file2.warts. .Pp The command: .Pp .in +.3i gzcat file1.warts.gz | sc_wartsdump .in -.3i .Pp will print the contents of the uncompressed file supplied on stdin. .Sh SEE ALSO .Xr scamper 1 .Sh AUTHORS .Nm was written by Matthew Luckie .