| f | Index Level | fdk |
| Syntax | |
| Category | Editor |
| Type | Command |
| Description |
deletes the current item; control returns to TCL, or to the next item in the list, if more than one item was requested.
To recover the item, use the TCL "recover-fd" command. This command must immediately follow the "fd" command. As of 8.0, the default behavior of the "fd" command is to unconditionally prompt for confirmation of the deletion. For the pre-8.0 behavior (where verification of the deletion was only requested on changed items), attribute 1 of the "ed" verb definition can be changed to "ve1". |
| Options | |
| See Also | ex fs fio recover-item error messages delete editor fsl (R83) fso exk fil (R83) |
| Example |
ed bp print.invoices.bak
top .fd 'print.invoices.bak' deleted. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| f | Index Level | fdk |