system
Passes a Unix command to a shell for execution and returns the result.
Syntax
system(command)
Argument
- command
- The Unix command to be executed.
Example
Templex Expression | Results |
---|---|
{system("ls *.tpl")} |
mid.tpl
|