1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-03-01 01:19:17 +00:00
Files
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

27 lines
823 B
Plaintext

DELFIL is a program which deletes files. Its function is mainly to
delete files which PIP can't - files with rib errors.
The command string is of the form:
*DEV:FILE.EXT[PROJ,PROG,SFD1,....]/SWITCH
where "DEV:" is DSK: or some file-structure name, "FILE.EXT" is a
particular file name, a UFD name, or omitted
Switches include:
/C - Delete all empty UFDs (of PPNs which aren't logged in) from device
DEV (FILE.EXT is ignored)
/D - Delete the named file (tries to delete with regular RENAME, if that
fails, it uses SUPER USETO)
/S - Delete with SUPER USETO, even if no RIB error exists
/R - Delete all (and only) those files from the named UFD which have RIB
errors
NOTE that the disk space for a file is not returned if a file is deleted
with SUPER USETO until the disk is refreshed.