File: rm_one.com

package info (click to toggle)
ghostscript 10.07.0~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,244 kB
  • sloc: ansic: 946,318; python: 7,917; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 539; awk: 66; yacc: 18
file content (9 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (28)
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)