nushell/docs/commands/reverse.md

19 lines
175 B
Markdown
Raw Normal View History

---
title: reverse
layout: command
version: 0.59.0
---
Reverses the table.
## Signature
```> reverse ```
## Examples
Reverse the items
```shell
> [0,1,2,3] | reverse
```