This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CNI
/
UnixLab
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Line limit
DricomDragon
hace 5 años
padre
fd7a732149
commit
a43539bf7d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
firstDiff.sh
+ 1
- 1
firstDiff.sh
Ver fichero
@@ -1,3 +1,3 @@
#!/bin/bash
-
head -n 3 $1 | diff - $2
+
diff <(head -n 3 $1) <(head -n 3 $2)