mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:37:45 +02:00
@ -15,3 +15,10 @@ Runs external command
|
||||
- `...rest`: external command to run
|
||||
- `--redirect-stdout`: redirect-stdout
|
||||
- `--redirect-stderr`: redirect-stderr
|
||||
|
||||
## Examples
|
||||
|
||||
Run an external command
|
||||
```shell
|
||||
> run-external "echo" "-n" "hello"
|
||||
```
|
||||
|
Reference in New Issue
Block a user