This website requires JavaScript.
Explore
Help
Sign In
hustos
/
xv6-k210
Watch
1
Star
0
Fork
You've already forked xv6-k210
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
main
xv6-k210
/
xv6-user
/
xargstest.sh
7 lines
93 B
Bash
Raw
Permalink
Blame
History
mkdir a
echo
hello > a/b
mkdir c
echo
hello > c/b
echo
hello > b
find . b
|
xargs grep hello
Reference in New Issue
View Git Blame
Copy Permalink