firstDiff.sh 50 B

123
  1. #!/bin/bash
  2. diff <(head -n 3 $1) <(head -n 3 $2)