aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-10-07 21:45:02 +0200
committeralexpdp7 <alex@corcoles.net>2024-10-07 21:47:01 +0200
commit8378f7245acb3035716bc3de74390105000a1acf (patch)
tree146bd98cddddd440ed7cad2d39f519e77de3807a /linux
parentc29856b3421c66862bf01bf0662c9b2dc9c2430d (diff)
Add reference to find/xargs/subshell, closes #155
Diffstat (limited to 'linux')
-rw-r--r--linux/running_commands_in_linux.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/running_commands_in_linux.adoc b/linux/running_commands_in_linux.adoc
index b1c68ad8..7e5eec5b 100644
--- a/linux/running_commands_in_linux.adoc
+++ b/linux/running_commands_in_linux.adoc
@@ -282,6 +282,10 @@ The statement `cat a b` has two arguments: `a` and `b`.
For each argument, `cat` prints the file of that name.
So the `cat a b` statement prints the contents of the `a` and `b` files, not of a file named `a b`.
+== Further reading
+
+* http://teaching.idallen.com/cst8177/13w/notes/000_find_and_xargs.html[Using find -exec or xargs to process pathnames with other commands]
+
== TODO
* SSH particularities: https://news.ycombinator.com/item?id=36722570[]