| reclaim-ovf | Index Level | recover-item |
| Syntax | |
| Category | TCL |
| Type | Verb |
| Description |
recovers an item previously deleted with an (editor) "fd" command.
This must be executed immediately after the "fd" command, otherwise the item is lost. If a list of items is active, there is no chance of recovering the item. This does not work on a list deleted through the "edit-list" command. |
| Options | |
| See Also | delete recover-item |
| Example |
ed bp print.invoices.bak
top .fd 'print.invoices.bak' deleted. recover-fd recover "bp print.invoices.bak" (y/n)? y<return> [253] 'print.invoices.bak' recovered. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| reclaim-ovf | Index Level | recover-item |