aboutsummaryrefslogtreecommitdiff
path: root/user/xargstest.sh
diff options
context:
space:
mode:
authorFrans Kaashoek <kaashoek@mit.edu>2022-08-23 14:40:09 -0400
committerFrans Kaashoek <kaashoek@mit.edu>2022-08-23 14:40:09 -0400
commit7d47335b4f955fd93d2acaef745add723bc7f7d0 (patch)
treef094c6f1e4bdc831af08eaf7853f1e42f8a4d628 /user/xargstest.sh
parent96047832c62e6a172c92f9ead6715b553d4c2271 (diff)
downloadxv6-labs-2022-7d47335b4f955fd93d2acaef745add723bc7f7d0.tar.xz
xv6-labs-2022-7d47335b4f955fd93d2acaef745add723bc7f7d0.zip
Util lab
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