/usr/share/doc/netwox-doc/tools/26.html is in netwox-doc 5.39.0-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <HTML>
<HEAD>
<TITLE>Tool 26: Dump a file</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER> <H3>Tool 26: Dump a file</H3>
</CENTER>
<P><H3>Description:</H3>
<PRE>
This tool dumps the content of a file.
By using default encoding type (dump), its output has two main columns:
- on left, data represented as hexadecimal
- on right, data with unprintable characters converted to dots
Other encoding types permit to obtain base64 (base64_wrap), mixed,
etc.
</PRE>
<P><H3>Synonyms:</H3>
hexadecimal, printable<BR>
<P><H3>Usage:</H3>
netwox 26 -f file [-e encode]<BR>
<P><H3>Parameters:</H3>
<TABLE BORDER=1 CELLPADDING=4>
<TR>
<TD ALIGN=middle><I>parameter</I></TD>
<TD ALIGN=middle><I>description</I></TD>
<TD ALIGN=middle><I>example</I></TD>
</TR>
<TR><TD><TT>-f|--src-file file</TD>
<TD>source filename</TD>
<TD>srcfile.txt</TD></TR>
<TR><TD><TT>-e|--encode encode</TD>
<TD>encoding type</TD>
<TD>dump </TD></TR>
</TABLE>
<P><H3>Examples:</H3>
netwox 26 -f "srcfile.txt"<BR>
<BR>
netwox 26 --src-file "srcfile.txt"<BR>
<BR>
</BODY>
</HTML>
|