ztee.1.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv='content-type' value='text/html;charset=utf8'>
  5. <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
  6. <title>ztee(1) - ztee(1)</title>
  7. <style type='text/css' media='all'>
  8. /* style: man */
  9. body#manpage {margin:0}
  10. .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
  11. .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
  12. .mp h2 {margin:10px 0 0 0}
  13. .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
  14. .mp h3 {margin:0 0 0 4ex}
  15. .mp dt {margin:0;clear:left}
  16. .mp dt.flush {float:left;width:8ex}
  17. .mp dd {margin:0 0 0 9ex}
  18. .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
  19. .mp pre {margin-bottom:20px}
  20. .mp pre+h2,.mp pre+h3 {margin-top:22px}
  21. .mp h2+pre,.mp h3+pre {margin-top:5px}
  22. .mp img {display:block;margin:auto}
  23. .mp h1.man-title {display:none}
  24. .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
  25. .mp h2 {font-size:16px;line-height:1.25}
  26. .mp h1 {font-size:20px;line-height:2}
  27. .mp {text-align:justify;background:#fff}
  28. .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
  29. .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
  30. .mp u {text-decoration:underline}
  31. .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
  32. .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
  33. .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
  34. .mp b.man-ref {font-weight:normal;color:#434241}
  35. .mp pre {padding:0 4ex}
  36. .mp pre code {font-weight:normal;color:#434241}
  37. .mp h2+pre,h3+pre {padding-left:0}
  38. ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
  39. ol.man-decor {width:100%}
  40. ol.man-decor li.tl {text-align:left}
  41. ol.man-decor li.tc {text-align:center;letter-spacing:4px}
  42. ol.man-decor li.tr {text-align:right;float:right}
  43. </style>
  44. </head>
  45. <!--
  46. The following styles are deprecated and will be removed at some point:
  47. div#man, div#man ol.man, div#man ol.head, div#man ol.man.
  48. The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
  49. .man-navigation should be used instead.
  50. -->
  51. <body id='manpage'>
  52. <div class='mp' id='man'>
  53. <div class='man-navigation' style='display:none'>
  54. <a href="#SYNOPSIS">SYNOPSIS</a>
  55. <a href="#DESCRIPTION">DESCRIPTION</a>
  56. <a href="#OPTIONS">OPTIONS</a>
  57. </div>
  58. <ol class='man-decor man-head man head'>
  59. <li class='tl'>ztee(1)</li>
  60. <li class='tc'></li>
  61. <li class='tr'>ztee(1)</li>
  62. </ol>
  63. <h1>ztee(1)</h1>
  64. <h2 id="SYNOPSIS">SYNOPSIS</h2>
  65. <p>ztee [ OPTIONS... ] [ FILE... ]</p>
  66. <h2 id="DESCRIPTION">DESCRIPTION</h2>
  67. <p><em>ZTee</em> is an output buffer and splitter for use with ZMap output data. ZTee
  68. should be used whenever ZMap is piped into an application scanner, placed
  69. between ZMap and the application scanner. ZTee writes the transformed output
  70. to stdout, and writes the original output to FILE.</p>
  71. <p>See <code>--help</code> for examples.</p>
  72. <h2 id="OPTIONS">OPTIONS</h2>
  73. <h3 id="BASIC-OPTIONS">BASIC OPTIONS</h3>
  74. <dl>
  75. <dt><code>-r</code>, <code>--raw</code></dt><dd><p>Ignore input formatting and pass through raw input. This causes
  76. ztee to behavior identical to tee, except with buffering.</p></dd>
  77. <dt><code>-m</code>, <code>--monitor</code></dt><dd><p>Print monitor output to stderr</p></dd>
  78. <dt><code>-u</code>, <code>--status-updates-file</code></dt><dd><p>Write status updates (monitor data) to a file in CSV format</p></dd>
  79. <dt><code>-l</code>, <code>--log-file=name</code></dt><dd><p>File to log to.</p></dd>
  80. </dl>
  81. <h3 id="ADDITIONAL-OPTIONS">ADDITIONAL OPTIONS</h3>
  82. <dl>
  83. <dt><code>-h, --help</code></dt><dd><p>Display help</p></dd>
  84. <dt><code>-v, --version</code></dt><dd><p>Display version</p></dd>
  85. </dl>
  86. <ol class='man-decor man-foot man foot'>
  87. <li class='tl'></li>
  88. <li class='tc'>June 2015</li>
  89. <li class='tr'>ztee(1)</li>
  90. </ol>
  91. </div>
  92. </body>
  93. </html>