From 5499fd3b59b9647ca2fbbfc4223353d728fb208f Mon Sep 17 00:00:00 2001 From: ToM Date: Mon, 12 Aug 2024 12:47:43 +0200 Subject: [PATCH] docs: filtering: mention feeding --files-from from standard input --- docs/content/filtering.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index 0ede0eb38..8c7ce232f 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -562,6 +562,8 @@ Other filter flags (`--include`, `--include-from`, `--exclude`, trailing whitespace is stripped from the input lines. Lines starting with `#` or `;` are ignored. +`--files-from` followed by `-` reads the list of files from standard input. + Rclone commands with a `--files-from` flag traverse the remote, treating the names in `--files-from` as a set of filters.