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

sort.tpl

sort_descending.tpl

strchr.tpl

stringarray.tpl

strlen.tpl

strrchr.tpl

strstr.tpl

sysid.tpl

system.tpl