Closed PerMildner closed 5 months ago
The relevant code snippet https://github.com/peak/s5cmd/blob/c1c7ee35acfc16aaf4a2b060129aa60b75bb5ef5/command/run.go#L105-L147
It appears that:
#
are ignoredAFAIU: we can say that each line must be formatted so that running s5cmd {line}
on the shell would work as intended. Except that the run
command is not allowed to be called in this way.
same as #714
As far as I can see there is no documentation except for the
README.md
file and it does not say anything about the syntax of the input to thes5cmd run
command.In particular it does not say anything about how to quote file/object names with whitespace or other special characters.