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