diff --git a/docs/content/filtering.md b/docs/content/filtering.md index 12332dfeb..112fe806c 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -367,7 +367,7 @@ all files on `remote:` excluding those in root directory `dir` and sub directories. E.g. on Microsoft Windows `rclone ls remote: --exclude "*\[{JP,KR,HK}\]*"` -lists the files in `remote:` with `[JP]` or `[KR]` or `[HK]` in +lists the files in `remote:` without `[JP]` or `[KR]` or `[HK]` in their name. Quotes prevent the shell from interpreting the `\` characters.`\` characters escape the `[` and `]` so an rclone filter treats them literally rather than as a character-range. The `{` and `}`