git: 9front

ref: dc1bb91e8516be6dbb2a8cd5964defb18a788e86
dir: /sys/src/cmd/gs/src/rm_one.com/

View raw version
$ 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)