logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc_wartsdump — verbose dump of information contained in a warts file.

Authors

sc_wartsdump was written by Matthew Luckie <mjl@luckie.org.nz>.

Debian                                          October 15, 2010                                 SC_WARTSDUMP(1)

Description

       The  sc_wartsdump  provides  a verbose dump of information contained in a sequence of warts files.  While
       the output is structured and suitable for initial analyses of results, the format of the  output  is  not
       suitable  for  automated  parsing and analysis as the output of sc_wartsdump will change overtime with no
       regard to backwards compatibility.  Analyses of the contents  of  a  warts  file  should  be  made  using
       specialised programs which link against the scamper file API.

Examples

       The command:

          sc_wartsdump file1.warts file2.warts

       will decode and print the contents of file1.warts, followed by the contents of file2.warts.

       The command:

          gzcat file1.warts.gz | sc_wartsdump

       will print the contents of the uncompressed file supplied on stdin.

Name

       sc_wartsdump — verbose dump of information contained in a warts file.

See Also

scamper(1), sc_warts2text(1)

Synopsis

sc_wartsdump [file...]

See Also