From 8f3e7e1ac49a14ee73bec1a480c6c42b2b506d44 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:37:42 +0200 Subject: [PATCH] Update less-than.md --- pages/common/less-than.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/less-than.md b/pages/common/less-than.md index 09c070a47dd580..36b92fbbcc63d2 100644 --- a/pages/common/less-than.md +++ b/pages/common/less-than.md @@ -27,7 +27,7 @@ `cat <<- {{EOF}} > {{path/to/file.txt}} {{multiline_data}} {{EOF}}` -- Pass command output to a program as a file descriptor: +- Pass command output to a program as a file descriptor (Note: unlike the rest of these, this replaces the argument in-place with a file path like `/dev/fd/63`): `diff <({{command1}}) <({{command2}})`