diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-15 16:43:06 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-15 16:43:06 -0500 |
commit | 1bb4f5bec2b188a0c29033b81da33c148444c61e (patch) | |
tree | 40b88db5e3e23ccedb19ad72093574b9cc6aafed /uxd.1 | |
parent | 49d5ffdd4abe4e0425f60cf1f40aec5d157bfe50 (diff) | |
download | uxd-1bb4f5bec2b188a0c29033b81da33c148444c61e.tar.gz |
add -i (info) option.
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -76,6 +76,11 @@ option. .B \-h\fP,\fB \-\-help Print built\-in usage message and exit. .TP +.B \-i +After dumping, print information about the input: number of bytes, +characters, ASCII (one\-byte) characters, multi\-byte characters, and +bad sequences. +.TP .BI \-l \ length Stop dumping after \fIlength\fP bytes (not characters). If the limit is reached in the middle of a multibyte character, the entire character |