dktools - Dirk Krauses tools Wiki
Drawing, graphics conversion, software development, administration.
Brought to you by:
kraused
| ← Previous | ↑ Home | → Next |
The program shows a file contents or data received on standard input in hexadecimal or octal notation. Optionally the contents is printed with addresses and/or text corresponding to the bytes.
Show the contents of the /etc/group file:
dk-hex -a -t /etc/group
| Program | Option | Purpose |
|---|---|---|
| dk-hex | Show file contents in hexadecimal (default) or octal notation. | |
| -a | Show addresses before file contents. | |
| -t | Show text representation for printable characters after contents. |
See the [dk-hex manual] for the full documentation of the program.
| ← Previous | ↑ Home | → Next |