mirror of https://github.com/rclone/rclone.git
docs: filtering: mention feeding --files-from from standard input
This commit is contained in:
parent
e0e697ca11
commit
5499fd3b59
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue