99 lines
4.2 KiB
HTML
99 lines
4.2 KiB
HTML
<head>
|
|
<title>xd(1) - Plan 9 from User Space</title>
|
|
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
|
|
</head>
|
|
<body bgcolor=#ffffff>
|
|
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
|
<tr height=10><td>
|
|
<tr><td width=20><td>
|
|
<tr><td width=20><td><b>XD(1)</b><td align=right><b>XD(1)</b>
|
|
<tr><td width=20><td colspan=2>
|
|
<br>
|
|
<p><font size=+1><b>NAME </b></font><br>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
|
|
|
|
xd – hex, octal, decimal, or ASCII dump<br>
|
|
|
|
</table>
|
|
<p><font size=+1><b>SYNOPSIS </b></font><br>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
|
|
|
|
<tt><font size=+1>xd</font></tt> [ <i>option ...</i> ] [ <tt><font size=+1>−</font></tt><i>format ...</i> ] [ <i>file ...</i> ]<br>
|
|
|
|
</table>
|
|
<p><font size=+1><b>DESCRIPTION </b></font><br>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
|
|
|
|
<i>Xd</i> concatenates and dumps the <i>files</i> (standard input by default)
|
|
in one or more formats. Groups of 16 bytes are printed in each
|
|
of the named formats, one format per line. Each line of output
|
|
is prefixed by its address (byte offset) in the input file. The
|
|
first line of output for each group is zero-padded; subsequent
|
|
are
|
|
blank-padded.
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
|
|
|
|
Formats other than <tt><font size=+1>−c</font></tt> are specified by pairs of characters telling
|
|
size and style, <tt><font size=+1>4x</font></tt> by default. The sizes are<br>
|
|
<tt><font size=+1>1</font></tt> or <tt><font size=+1>b</font></tt> 1-byte units.<br>
|
|
<tt><font size=+1>2</font></tt> or <tt><font size=+1>w</font></tt> 2-byte big-endian units.<br>
|
|
<tt><font size=+1>4</font></tt> or <tt><font size=+1>l</font></tt> 4-byte big-endian units.<br>
|
|
<tt><font size=+1>8</font></tt> or <tt><font size=+1>v</font></tt> 8-byte big-endian units.
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
|
|
|
|
The styles are<br>
|
|
<tt><font size=+1>o</font></tt> Octal.<br>
|
|
<tt><font size=+1>x</font></tt> Hexadecimal.<br>
|
|
<tt><font size=+1>d</font></tt> Decimal.
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
|
|
|
|
Other options are<br>
|
|
<tt><font size=+1>−c</font></tt> Format as <tt><font size=+1>1x</font></tt> but print ASCII representations or C escape sequences
|
|
where possible.<br>
|
|
<tt><font size=+1>−a</font></tt><i>style</i> Print file addresses in the given style (and size 4).<br>
|
|
<tt><font size=+1>−u</font></tt> (Unbuffered) Flush the output buffer after each 16-byte sequence.<br>
|
|
<tt><font size=+1>−s</font></tt> Reverse (swab) the order of bytes in each group of 4 before
|
|
printing.<br>
|
|
<tt><font size=+1>−r</font></tt> Print repeating groups of identical 16-byte sequences as the
|
|
first group followed by an asterisk.<br>
|
|
|
|
</table>
|
|
<p><font size=+1><b>SOURCE </b></font><br>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
|
|
|
|
<tt><font size=+1>/usr/local/plan9/src/cmd/xd.c<br>
|
|
</font></tt>
|
|
</table>
|
|
<p><font size=+1><b>SEE ALSO </b></font><br>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
|
|
|
|
<a href="../man1/db.html"><i>db</i>(1)</a><br>
|
|
|
|
</table>
|
|
<p><font size=+1><b>BUGS </b></font><br>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
|
|
|
|
The various output formats don’t line up properly in the output
|
|
of <i>xd</i>.<br>
|
|
|
|
</table>
|
|
|
|
<td width=20>
|
|
<tr height=20><td>
|
|
</table>
|
|
<!-- TRAILER -->
|
|
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
|
<tr height=15><td width=10><td><td width=10>
|
|
<tr><td><td>
|
|
<center>
|
|
<a href="../../"><img src="../../dist/spaceglenda100.png" alt="Space Glenda" border=1></a>
|
|
</center>
|
|
</table>
|
|
<!-- TRAILER -->
|
|
</body></html>
|