mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
18 lines
175 B
Markdown
18 lines
175 B
Markdown
---
|
|
title: reverse
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Reverses the table.
|
|
|
|
## Signature
|
|
|
|
```> reverse ```
|
|
|
|
## Examples
|
|
|
|
Reverse the items
|
|
```shell
|
|
> [0,1,2,3] | reverse
|
|
```
|