In my webMethods flow I got public service "executeOSCommand". In the flow I am passing arguments:

ls --xml svn+ssh://myURL/

It returns .sql files from reposotory, but also one directory. What argument should I pass, to ignore the one directory, so output only would show the .sql files? Thanks!

New contributor
Krišjānis Strods is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
  • Is it really "ls --xml ..." or did you mean "svn ls --xml ..."? – Yeti 22 hours ago

Your Answer

Krišjānis Strods is a new contributor. Be nice, and check out our Code of Conduct.
 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Browse other questions tagged or ask your own question.