This website requires JavaScript.
Explore
Help
Sign In
BusyBox
/
busybox
mirror of
https://github.com/mirror/busybox.git
Watch
1
Star
0
Fork
You've already forked busybox
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eba9b33b45
busybox
/
testsuite
/
cmp
/
cmp-detects-difference
10 lines
101 B
Plaintext
Raw
Blame
History
echo foo >foo
echo bar >bar
set +e
busybox cmp -s foo bar
if [ $? != 0 ] ; then
exit 0;
fi
exit 1;
Reference in New Issue
View Git Blame
Copy Permalink