#!/usr/bin/env zsh # Compare xxd output of two files. diff -u <(xxd $1) <(xxd $2)