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.rst | |
parent | 49d5ffdd4abe4e0425f60cf1f40aec5d157bfe50 (diff) | |
download | uxd-1bb4f5bec2b188a0c29033b81da33c148444c61e.tar.gz |
add -i (info) option.
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ by itself. -h, --help Print built-in usage message and exit. +-i + After dumping, print information about the input: number of bytes, + characters, ASCII (one-byte) characters, multi-byte characters, and + bad sequences. + -l length Stop dumping after *length* bytes (not characters). If the limit is reached in the middle of a multibyte character, the entire character |