Systemshell command interpretersystemchar *stringDescription
System passes its argument to "shell" which executes it as a
command line. The task is suspended until the shell command
is completed and system returns the shell's exit status. The
maximum length of string is 80 characters. If a longer string
is needed, use os9fork.
See Also
System calls
os9fork(),
wait().