Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/freebsd-src
Path:
blob/main/tools/test/sort/regression/cmp.sh
3
9
5
3
7
views
1
#!/bin/sh
2
3
diff
$1
$2
|
grep
'^-'
>
/dev
/null
&
&
echo
DIFFER
:
$1
$2
&
&
exit
0
|
|
exit
0
4
5