xref: /plan9/sys/src/cmd/gs/src/rm_one.com (revision 7dd7cddf99dd7472612f1413b4da293630e6b1bc)
1$ Verif = F$Verify(0)
2$ ! OpenVMS command file to emulate behavior of:
3$ !
4$ !     Define the command for deleting (a) file(s) (including wild cards)
5$ !
6$ DELETE="DELETE$$$/LOG"
7$ FILE = F$SEARCH("''P1'")
8$ IF "''FILE'" .NES. "" THEN DELETE 'FILE'
9$ xxx = F$Verify(Verif)
10