TLDR
Enter a command. For example: distccd, symfony, hydra, crontab.

hexdump

 
An ASCII, decimal, hexadecimal, octal dump. More information: https://manned.org/hexdump.
 
  • Print the hexadecimal representation of a file, replacing duplicate lines by '*':
     
    hexdump {{file}}
     
  • Display the input offset in hexadecimal and its ASCII representation in two columns:
     
    hexdump -C {{file}}
     
  • Display the hexadecimal representation of a file, but interpret only n bytes of the input:
     
    hexdump -C -n{{number_of_bytes}} {{file}}
     
  • Don't replace duplicate lines with '*':
     
    hexdump --no-squeezing {{file}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.