diff options
-rw-r--r-- | uxd.1 | 3 | ||||
-rw-r--r-- | uxd.rst | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -48,7 +48,8 @@ such as \fBxxd\fP\&. .sp Output is written to standard output, which is normally a terminal. It\(aqs assumed that the terminal supports ANSI\-style color and -UTF\-8. See \fBTERMINAL SUPPORT\fP below. +UTF\-8. See \fBTERMINAL SUPPORT\fP below. If you want to pipe the output +to a pager, try \fBless \-R\fP\&. .sp Each line of output consists of eighteen columns: the offset from the start of the file (in hex; minimum 4 digits), 16 bytes of hex @@ -35,7 +35,8 @@ such as **xxd**. Output is written to standard output, which is normally a terminal. It's assumed that the terminal supports ANSI-style color and -UTF-8. See **TERMINAL SUPPORT** below. +UTF-8. See **TERMINAL SUPPORT** below. If you want to pipe the output +to a pager, try **less -R**. Each line of output consists of eighteen columns: the offset from the start of the file (in hex; minimum 4 digits), 16 bytes of hex |