From: alex Date: Mon, 7 Oct 2024 19:45:02 +0000 (+0200) Subject: Add reference to find/xargs/subshell, closes #155 X-Git-Tag: 20241020-emacs~22 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=8378f7245acb3035716bc3de74390105000a1acf;p=alex.git Add reference to find/xargs/subshell, closes #155 --- 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[]