Tag Results
Items tagged with "unix-only" (2)
Note: some items may not be visible to you, due to viewing permissions.
Workflows (2)
Execute cmd line app - unix - /bin/ls of t... (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 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 command on the temporary directory. The result is passed to its result port and then to the out port of the workflow.
Created: 2008-09-27
Credits: Alan Williams
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