mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
3e15a594b7
When using `rclone cat` to print the contents of several files, the user may want to inject some separator between the files, such as a comma or a newline. This patch adds a `--separator` option to the `cat` command to make that possible. The default value remains an empty string, `""`, maintaining the prior behavior of `rclone cat`. Closes #6968 |
||
---|---|---|
.. | ||
cat.go |