This website works better with JavaScript
Home
Explore
Help
Sign In
CNI
/
UnixLab
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Line limit
DricomDragon
5 years ago
parent
fd7a732149
commit
a43539bf7d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
firstDiff.sh
+ 1
- 1
firstDiff.sh
View File
@@ -1,3 +1,3 @@
#!/bin/bash
-
head -n 3 $1 | diff - $2
+
diff <(head -n 3 $1) <(head -n 3 $2)