Chris@0: #!/bin/bash Chris@0: Chris@0: cmp -l <(echo "$1" ) <(echo "$2") 2> /dev/null | head -n1 | awk '{ print $1 }' Chris@0: