Package osh :: Package command :: Module sh
[frames] | no frames]

Module sh

source code

sh COMMAND

Spawns a process and executes COMMAND. Occurrences of formatting directives (e.g. %s) will be replaced by input values. Each line of stdout is sent to the output stream. Each line of stderr is handled by the osh stderr handler, (the default handler prints to osh's stderr).

Functions
 
sh(command)
Spawns a process and executes command.
source code
Function Details

sh(command)

source code 

Spawns a process and executes command. Occurrences of formatting directives (e.g. %s) will be replaced by input values. Each line of stdout is sent to the output stream. Each line of stderr is handled by the osh stderr handler, (the default handler prints to osh's stderr).