We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
How does own would write a file for s5cmd run when one needs to manipulate files containing spaces, single quotes etc ?
s5cmd run
It looks like e.g. cp 'x y' 'zt' works (with single quotes) if the files contain spaces, but what if the file names also contains single quotes ?
cp 'x y' 'zt'
1/ It's very nice if you have an answer 2/ It's even better if we can document this answer :)
Thank you !
The text was updated successfully, but these errors were encountered:
Hm, it seems that all the answers needed are here: #713 (comment) In particular:
the line is split via kballard/go-shellquote.Split "...according to /bin/sh's word-splitting rules"
So mainly, what's left is to make those parts documented.
Sorry, something went wrong.
No branches or pull requests
Hello,
How does own would write a file for
s5cmd run
when one needs to manipulate files containing spaces, single quotes etc ?It looks like e.g.
cp 'x y' 'zt'
works (with single quotes) if the files contain spaces, but what if the file names also contains single quotes ?1/ It's very nice if you have an answer
2/ It's even better if we can document this answer :)
Thank you !
The text was updated successfully, but these errors were encountered: