Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
run gedit

SEE ALSO

exec