NAME
run - execute an OS command asynchronously
SYNOPSIS
run COMMAND [ARGUMENT...]
DESCRIPTION
Execute an OS command.
run executes commands asynchronously - it does not wait for command to finish execution nor does it display any output from commands.
EXAMPLE
To open the text editor in Linux
run gedit |
SEE ALSO
exec