bvi/html/bmore.html

157 lines
4.0 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 Final//EN">
<html><head>
<title>BVI: bmore</title>
<link rel=stylesheet type="text/css" href="bvi.css">
</head><body bgcolor="#ffffff" background="gif/bg2.gif">
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="1%" valign="top" align="center">
<img src="gif/dot.gif" width="130" height="1">
<hr noshade width="60%">
<p>
<a class="thl" href="index.html">Home</a><br>
</p>
<p>
<a class="thl" href="quick.html">Quick Tutorial</a><br>
</p>
<p>
<a class="thl" href="download.html">Download</a><br>
</p>
<p>
<a class="thl" href="install.html">Installation</a><br>
</p>
<p>
<a class="thl" href="overview.html">Command Overview</a><br>
</p>
<p>
<font color="#ffffff" class="thl">bmore<br></font>
<a class="ths" href="bmore_cmd.html">Commands</a><br>
<a class="ths" href="bmore_opt.html">Options</a><br>
<a class="ths" href="man_bmore.html">man - Page</a><br>
</p>
<p>
<a class="thl" href="german.html">Deutsche Beschreibung</a><br>
</p>
<hr noshade width="60%">
</td>
<td width="1%"><img src="gif/dot.gif" width="40" height="1"></td>
<td width="99%">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td width="99%">
<font class="head">bmore</font>
</td>
<td align="right" valign="bottom" width="116" rowspan="2">
<a href="index.html">
<img src="gif/bvi_s.gif" alt="BVI" width="116"
height="62" border="0"></a>
</td></tr>
<tr><td valign="bottom">
<hr noshade>
</td></tr></table>
<p>
<STRONG>bmore</STRONG> is a filter that displays the contents of a binary
file on the terminal, one screenful at a time. It normally pauses after each
screenful, and prints <B>--More--</B> at the bottom of the screen.
<STRONG>bmore</STRONG> provides a two-line over­ lap between screens for
continuity. If bmore is reading from a file rather than a pipe,
the percentage of characters displayed so far is also shown.
<P>
<STRONG>bmore</STRONG> scrolls up to display one more screen line in
response to a RETURN character; it displays another
screenful in response to a SPACE character. Other commands are listed below.
<P>
The screen is divided in three sections or panes: The byte
offset (extreme left), the hex pane (middle), and an ascii
pane (right) which shows as printable characters those
bytes in the hex pane. On an 80 column terminal there
will be sixteen hex values and their ASCII values on each
screen line. Note that (as one would expect) the first
byte has the offset 0 (zero).
<P>
<center>
<TABLE WIDTH="10" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR><TD BGCOLOR=#ffccff><PRE CLASS="examp">
000000
00000C
000018
000024
000030
00003C
000048
000054
000060
*
00016C
000178
000184
000190
00009C</PRE></TD><TD BGCOLOR=#ccffcc><PRE CLASS="examp">
7F 45 4C 46 01 01
00 00 00 00 01 00
00 00 00 00 00 00
00 00 00 00 34 00
0C 00 09 00 00 00
00 00 00 00 55 89
53 C7 45 A4 00 00
00 00 00 83 7D 08
8C 02 00 00 E9 6F
00 00 00 00 6A 03
45 08 50 E8 FC FF
0C 85 D2 75 17 6A
E9 43 02 00 00 8D
0C 85 D2 75 0D C7</PRE></TD><TD BGCOLOR=#ccffcc><PRE CLASS="examp">
01 00 00 00 00 00
03 00 01 00 00 00
00 00 0C 07 00 00
00 00 00 00 28 00
00 00 00 00 00 00
E5 83 EC 68 57 56
00 00 C7 45 A0 01
00 75 13 6A 00 E8
02 00 00 8D B4 26
68 90 00 00 00 8B
FF FF 89 C2 83 C4
01 E8 60 02 00 00
74 26 00 8D BC 27
45 A0 00 00 00 00</PRE></TD><TD BGCOLOR=#FFCCCC><PRE CLASS="examp">
.ELF........
............
............
....4.....(.
............
....U....hWV
S.E......E..
....}..u.j..
.....o.....&
....j.h.....
E.P.........
...u.j..`...
.C....t&...'
...u..E.....</PRE></TD></TR>
<TR BGCOLOR=#FFFFCC><TD COLSPAN=4 CLASS="examp">
<font class="inv">--More--(5%) </font>
</TD></TR>
</TABLE>
</CENTER>
<p>
Equal lines will only displayed once, a star (*) is the placeholder
for one or more lines equal to the line above.
</p>
<p><font size="-1">
<a class="btop" href="#top">
<img border="0" width="16" height="7" src="gif/up.gif"
alt="Back to the top">Back to the top</a>
</font>
<hr noshade>
<i>Last update: Fri Oct 13 22:30:06 CEST 2000 by Gerhard B&uuml;rgmann</i>
</td></tr></table>
</body></html>