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 restriction on the first file
DricomDragon
5 years ago
parent
64061ef23f
commit
fd7a732149
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
-
diff $1
$2
+
head -n 3 $1 | diff -
$2