| to strike out or remove (something written or printed); cancel; erase; expunge. |

de·lete (dĭ-lēt') tr.v. de·let·ed, de·let·ing, de·letes To remove by striking out or canceling: deleted some unnecessary words in the first draft. See Synonyms at erase. [Latin dēlēre, dēlēt-, to wipe out.] |
delete
1.
Usually this operation only deletes information from the tables the file system uses to locate named files; the file's contents still exist on disk and can sometimes be recovered by scanning the whole disk for strings which are known to have been in the file. Files created subsequently on the same disk are quite likely to reuse the same blocks and thus overwrite the deleted file's data permanently.
2.
The choice of code 127 (binary 1111111) is not arbitrary but dates back to the use of paper tape for input. The delete key rewound the tape by one character and punched out all seven holes, thus obliterating whatever character was there before. The tape reading software ignored any delete characters in the input.
(1996-12-01)