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
5c63a72968
busybox
/
testsuite
/
grep
/
grep-matches-NUL
9 lines
81 B
Plaintext
Raw
Blame
History
set +e
echo -e '\0' | busybox grep .
if [ $? != 0 ] ; then
exit 0;
fi
exit 1;
Reference in New Issue
View Git Blame
Copy Permalink