1 example for hexdump
# Display a file in a hex view using 16 bytes per row, and print the corresponding ASCII characters next to each row. hexdump -C < myfile
# Display a file in a hex view using 16 bytes per row, and print the corresponding ASCII characters next to each row. hexdump -C < myfile