Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

345 B

exec

Execute command.

Usage

> exec <command> ...args {flags} 

Parameters

  • <command> the command to execute
  • ...args: any additional arguments for command

Flags

  • -h, --help: Display this help message

Examples

Execute 'ps aux'

> exec ps aux

Execute 'nautilus'

> exec nautilus