OS(1E)
NAME
os − interface to host OS commands (hosted Inferno only)
SYNOPSIS
bind -a ’#C’ /
os cmd ...
DESCRIPTION
Os allows commands to be issued to the underlying operating system, on hosted implementations of Inferno. The standard output and standard error of the command are merged on the standard output. The command device (#C) must previously have been bound as shown above.
FILES
/cmd/clone
SOURCE
/appl/cmd/os.b