.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH HEXYL "1" "June 2026" "hexyl 0.17.0" "User Commands" .SH NAME hexyl \- manual page for hexyl 0.17.0 .SH SYNOPSIS .B hexyl [\fI\,OPTIONS\/\fR] [\fI\,FILE\/\fR] .SH DESCRIPTION A command\-line hex viewer .SS "Arguments:" .IP [FILE] .IP The file to display. If no FILE argument is given, read from STDIN .SH OPTIONS .HP \fB\-n\fR, \fB\-\-length\fR .IP Only read N bytes from the input. The N argument can also include a unit with a decimal prefix (kB, MB, ..) or binary prefix (kiB, MiB, \&..), or can be specified using a hex number. The short option '\-l' can be used as an alias. Examples: \fB\-\-length\fR=\fI\,64\/\fR, \fB\-\-length\fR=\fI\,4KiB\/\fR, \fB\-\-length\fR=\fI\,0xff\/\fR .IP [aliases: bytes] [short aliases: c] .HP \fB\-s\fR, \fB\-\-skip\fR .IP Skip the first N bytes of the input. The N argument can also include a unit (see `\-\-length` for details). A negative value is valid and will seek from the end of the file. .HP \fB\-\-block\-size\fR .IP Sets the size of the `block` unit to SIZE. Examples: \fB\-\-block\-size\fR=\fI\,1024\/\fR, \fB\-\-block\-size\fR=\fI\,4kB\/\fR .IP [default: 512] .HP \fB\-v\fR, \fB\-\-no\-squeezing\fR .IP Displays all input data. Otherwise any number of groups of output lines which would be identical to the preceding group of lines, are replaced with a line comprised of a single asterisk .HP \fB\-\-color\fR .IP When to use colors .IP [default: always] .IP Possible values: \- always: Always use colorized output \- auto: Only displays colors if the output goes to an interactive .IP terminal .TP \- never: Do not use colorized output .TP \- force: Override the NO_COLOR environment variable .HP \fB\-\-border\fR