You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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


  • No labels