summaryrefslogtreecommitdiff
path: root/base/rm_one.com
blob: 39594ac1d4bd5e0647ac3f09535634b0a2086bf6 (plain)
1
2
3
4
5
6
7
8
9
$ Verif = F$Verify(0)
$ ! OpenVMS command file to emulate behavior of:
$ !
$ !     Define the command for deleting (a) file(s) (including wild cards)
$ !
$ DELETE="DELETE$$$/LOG"
$ FILE = F$SEARCH("''P1'")
$ IF "''FILE'" .NES. "" THEN DELETE 'FILE'
$ xxx = F$Verify(Verif)