first commit
This commit is contained in:
6
user/xargstest.sh
Normal file
6
user/xargstest.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
mkdir a
|
||||
echo hello > a/b
|
||||
mkdir c
|
||||
echo hello > c/b
|
||||
echo hello > b
|
||||
find . b | xargs grep hello
|
||||
Reference in New Issue
Block a user