home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / SRC / msdos_diskaccess.lzh / MS_DISK_ACCESS / Mdel.1 < prev    next >
Text File  |  1990-05-10  |  869b  |  32 lines

  1. .TH MDEL 1 local
  2. .SH NAME
  3. mdel \- delete a MSDOS file
  4. .SH SYNOPSIS
  5. .B mdel
  6. [
  7. .B -v
  8. ] msdosfile [ msdosfiles...  ]
  9. .SH DESCRIPTION
  10. .I Mdel
  11. deletes a file on a MSDOS formatted diskette.  Sub directories are supported
  12. with either the '/' or '\e\' separator.  The use of the '\e\' separator
  13. or wildcards will require the names to be enclosed in quotes to protect
  14. them from the shell.
  15. .PP
  16. .I Mdel
  17. will allow the following command line option:
  18. .TP
  19. .B v
  20. Verbose mode.  Echo the file names as they are processed.
  21. .PP
  22. .I Mdel
  23. will ask for verification prior to removing a read\-only file.
  24. .PP
  25. The environmental variable MCWD may be used to establish a current
  26. working directory (relative to the MSDOS diskette).
  27. .SH SEE ALSO
  28. mdir(1)
  29. .SH BUGS
  30. Allows multiple arguments, which does not follow the MSDOS convention.
  31. Wildcards are only applied to filenames, not to directory names.
  32.