- :string
- :dictionary
execute
execute given shell command
Parameters
execute command :string
Attributes
| args | :block | use given command arguments |
| async | execute asynchronously as a process and return id | |
| code | return process exit code | |
| directly | execute command directly, as a shell command |
Returns
Examples
copyprint execute "pwd" ; /Users/admin/Desktop split.lines execute "ls" ; => ["tests" "var" "data.txt"]