nushell/docs/commands/exec.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +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