summaryrefslogtreecommitdiff
path: root/user/xargstest.sh
blob: 4362589c83455cc3e9e8e72dcbaacf7511e2cc16 (plain)
1
2
3
4
5
6
mkdir a
echo hello > a/b
mkdir c
echo hello > c/b
echo hello > b
find . b | xargs grep hello