mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
17 lines
242 B
Markdown
17 lines
242 B
Markdown
---
|
|
title: run_external
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Runs external command
|
|
|
|
## Signature
|
|
|
|
```> run_external ...rest --last_expression```
|
|
|
|
## Parameters
|
|
|
|
- `...rest`: external command to run
|
|
- `--last_expression`: last_expression
|
|
|