Radeity commented on PR #13930:
URL: 
https://github.com/apache/dolphinscheduler/pull/13930#issuecomment-1518102001

   > ok, I got you. One more question, if user wants to execute `echo "ab cd 
ef" | grep "ab cd"`, what is the command array he needs to input? And could he 
get the expected result?
   
   User can define the following commands and args:
   ```yaml
   command: ["/bin/bash", "-c"]
   args: ["echo \"ab cd ef\" | grep \"ab cd\""]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to