# flip-list command

The flip-list command inverts the order
of the specified select list.

## Syntax

```
flip-list {file.reference} list.name(options
```

## Parameter(s)

| file.reference | Specified file used to retrieve the item. | |
| --- | --- | --- |
| list.name | Name of the list to flip. | |
| options | s | Suppresses output messages. |

## Example(s)

```
flip-list mylist
Flipping
358/358
Flipping complete.
```

## See also

- [get-list command](https://d3codex.com/tcl/get-list-command/)
- [pointer-file file](https://d3codex.com/systemfiles/pointer-file-file/)
- [save-list command](https://d3codex.com/tcl/save-list-command/)
- [sort-list command](https://d3codex.com/tcl/sort-list-command/)

---
Source: https://d3codex.com/tcl/flip-list-command/ - part of the D3Codex reference.
