echo "<COMMAND TO TRANSLATE WITH $'s ESCAPED>" | sed 's/ /","/g'
this will replace each inner space with ","
convert a shell command to exec form for docker CMD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment