TOPS-20 Commands Reference Manual
UNDELETE
Restores deleted files.
Format
@UNDELETE (FILES) filespec,...
where:
filespec | is the specification of the file you want to restore.
Default .gen - all generations of the specified files |
DELETE | for deleting files |
DIRECTORY-CLASS commands, with the DELETED subcommand | For obtaining lists of deleted files |
EXPUNGE | for permanently erasing deleted files |
RETRIEVE | for restoring off-line files to disk |
Examples
- Undelete a file.
@UNDELETE TEST.FIL TEST.FIL.1 [OK] TEST.FIL.2 [OK]
- Access another user's directory, then restore all his deleted files of
type .FIL.
@ACCESS <CARSON> Password:___ @UNDELETE <CARSON>*.FIL <CARSON>MEMO.FIL.1 [OK] <CARSON>SEARCH.FIL.1 [OK] <CARSON>TEST.FIL.1 [OK] <CARSON>VERFY.FIL.1 [OK] @END-ACCESS <CARSON>