|
|
| |
tailhex(1) |
hxtools |
tailhex(1) |
tailhex — hex dumper with tail-following support
tailhex [-Qaf] [-B bytes] [-e start]
file
About the same as `od -x` (tailhex was written before the author was aware of
`hexdump -C`), with 64-bit support, readable printout and tail following.
- -B bytes
- Buffer and window width.
- -Q
- Use 64-bit pos numbers beginning from 0.
- -a
- Approximate position start.
- -e start
- Exact position start at.
- -f
- Retry at EOF (tail follow mode).
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |