$ DIR YM_ALL:*.ECM $ DIR RES$:[TFTR.YM.USER]The preferred disk specification is RES$, which refers to the entire results disk cache. RES$W is just the write cache, and RES$R is just the read cache.
$ RESDIR [TFTR.BR]S42811.BE2,S42797.BE2 Platter D Date Time Filename P05A F 20-OCT-89 23:26:16 S42811.BE2 1 file found in [TFTR.BR]. Platter D Date Time Filename P07A F 19-OCT-89 23:37:12 S42797.BE2 1 file found in [TFTR.BR]. $ RESDIR YS_ALL:T42%%%.*,[TFTR.YG]*.ECE,*.ABCIf you do not find a file with RESDIR or the above directory commands, then the file does not exist on the results disks.
$ RESGET [TFTR.BR]S42811.BE2,S42797.BE2 $ RESGET YS_ALL:T42%%%.*,[TFTR.YG]*.ECE,*.ABC $ RESGET TR_DISK:[MCCUNE]*.T1T
$ OPREAD [TFTR.BR]S42797.* P07Aor to retrieve a single file:
$ OPREAD [TFTR.BR]S42797.BE2 /NOWAITNote /WAIT, which is the default, causes OPREAD to wait until the request has been completed before exiting. /NOWAIT causes OPREAD to issue the request and then return control back to the user. Sometime later the request will completed. It is not necessary to use OPREAD if the program you are using to access the data knows how to retrieve from the optical system (e.g. all programs accessing waveforms and Ufiles).
$ OPSTATUS/LIST list files queued for restore $ OPSTATUS/SAVE/LIST list files queued for archiveOther qualifiers are:
/USER=username /USER=* /SAVE /CANCEL /CONFIRMOPREAD and OPSTATUS are maintained by Tina Ludescher. More information is available in $ HELP JUKEBOX.
You may not want to use the di_ALL search list directory specification when deleting files. The following command:
$ DELETE RES$W:[TFTR.BR.USER]P12345.ABC;1deletes the file P12345.ABC;1 in RES$W:[TFTR.BR.USER]. If a file of the same name also exists in RES$W:[TFTR.BR], it is not be deleted. If you had used BR_ALL instead of RES$W: [TFTR.BR.USER], both files would be deleted.