xv6-k210/xv6-user/xargstest.sh

7 lines
93 B
Bash

mkdir a
echo hello > a/b
mkdir c
echo hello > c/b
echo hello > b
find . b | xargs grep hello