DricomDragon il y a 5 ans
Parent
commit
a43539bf7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      firstDiff.sh

+ 1 - 1
firstDiff.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-head -n 3 $1 | diff - $2
+diff <(head -n 3 $1) <(head -n 3 $2)