git: 9front

ref: a43a30b45c05fd3890b46f40d0ac084e312cd1fa
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)