# recover-item command

The recover-item command recovers the
last item deleted by the CTRL+XO command in the Update processor.
It also recovers the last item that was exited without filing.

**Synonyms:** ri, recover-fd

The process first displays the name of the item to be
recovered. The deleted item is stored in a temporary buffer and can
be recovered with this command until another item is deleted.

## Syntax

```
recover-item
```

## Example(s)

```
u test item1
CTRL+XO

’item1’ deleted.

recover-item

Recover test item1 (y/n)? y
[253] ’item1’ recovered.
```

## See also

- [fd command](https://d3codex.com/editor/fd-command/)

---
Source: https://d3codex.com/tcl/recover-item-command/ - part of the D3Codex reference.
