Reviews (0)
For Workflow: Execute cmd line app - unix - /bin/ls -R of temporary directory
Execute cmd line app - unix - /bin/ls -R o... (1)
Note that this workflow only works on Unix systems.
The get_temporary_directory beanshell returns the path to the directory in which temporary files are held. This value is passed to the create_and_populate_list beanshell which creates a list of '-R' and the path. The resultant list is passed to the args port of the Execute_cmd_line_app service. The command port of that service has been defaulted to '/bin/ls'.
The execute_cmd_line_app service runs the /bin/ls -R command on the temporary ...
Created: 2008-09-27
Credits: Alan Williams