summaryrefslogtreecommitdiff
path: root/user/xargstest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'user/xargstest.sh')
-rw-r--r--user/xargstest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/user/xargstest.sh b/user/xargstest.sh
new file mode 100644
index 0000000..4362589
--- /dev/null
+++ b/user/xargstest.sh
@@ -0,0 +1,6 @@
+mkdir a
+echo hello > a/b
+mkdir c
+echo hello > c/b
+echo hello > b
+find . b | xargs grep hello