system
Usage
.system command [args]
Description
The system command executes the specified operating system command. The command and any optional arguments are passed to the operating system shell for execution. The output of the command is displayed to the defined output.
Examples
Print the current working directory:
.system pwd
List the current directory:
.system ls -l