From 8378f7245acb3035716bc3de74390105000a1acf Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 7 Oct 2024 21:45:02 +0200 Subject: [PATCH] Add reference to find/xargs/subshell, closes #155 --- linux/running_commands_in_linux.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/running_commands_in_linux.adoc b/linux/running_commands_in_linux.adoc index b1c68ad..7e5eec5 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[] -- 2.47.3