rclone/cmd/bisync
Loren Gordon 3e15a594b7
cat: adds --separator option to cat command
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
2023-04-24 12:01:53 +01:00
..
bilib Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
testdata cmd: fix typos found by codespell 2023-03-24 11:32:59 +00:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
bisync_test.go cat: adds --separator option to cat command 2023-04-24 12:01:53 +01:00
cmd.go bisync: fix maxDelete parameter being ignored via the rc 2023-04-05 14:51:46 +01:00
deltas.go all: fix spelling across the project 2022-08-30 11:16:26 +02:00
help.go all: fix spelling across the project 2022-08-30 11:16:26 +02:00
listing.go build: reformat comments to pass go1.19 vet 2022-08-05 16:35:41 +01:00
log.go bisync: implementation #5164 2021-11-01 21:00:27 +03:00
operations.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
queue.go bisync: implementation #5164 2021-11-01 21:00:27 +03:00
rc.go bisync: fix maxDelete parameter being ignored via the rc 2023-04-05 14:51:46 +01:00