1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-28 14:07:08 +02:00
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