rclone cat <remote:path>
Concatenates any files and sends them to stdout
Arguments
Name | Description |
---|---|
remote:path |
Options
Name | Description |
---|---|
--discard | Discard the output instead of printing |
--count <int> | Only print N characters. (default -1) |
--head <int> | Only print the first N characters |
--offset <int> | Start printing at offset N (or from end if -ve) |
--tail <int> | Only print the last N characters |