nushell/docs/commands/reverse.md

175 B

title layout version
reverse command 0.59.1

Reverses the table.

Signature

> reverse

Examples

Reverse the items

> [0,1,2,3] | reverse