I am looking for a command to display three .png
files using xxd
, displaying the first two and last two lines of the hexadecimal for each.
I have used the command below to display one file at a time but I am wondering if there is a command that can display all three files together. This is my command so far:
de@Classbox:/mnt/mountpoint/pics$ xxd albert-grumpy-cat.png |head -n2 && tail -n2
hexedit
tool. – peterh Nov 01 '18 at 16:21