Hello, All
I want to invoke the service ps.util.system:executeOSCommand to execute the Linux command "mv /tmp/test/.csv /tmp/test/bak/" , the inputs of the service as follow:
command: mv
arguments: (1)/tmp/test/.csv
(2)/tmp/test/bak/
workingDirectory: /tmp/test/
An error “mv: cannot stat `/tmp/test/.csv’: No such file or directory" happened, would you tell me how to convert the character "” on this service ? or this service can’t be used like this ?
I create a shell script on Unix Filesystem and then just call the shell script from the ExecuteOSCommand service, it is OK by this way.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services