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 / Mdir.1 < prev    next >
Text File  |  1990-05-10  |  975b  |  37 lines

  1. .TH MDIR 1 local
  2. .SH NAME
  3. mdir \- display a MSDOS directory
  4. .SH SYNOPSIS
  5. .B mdir
  6. [
  7. .B -w
  8. ] msdosdirectory
  9. .PP
  10. .B mdir
  11. [
  12. .B -w
  13. ] msdosfile [ msdosfiles...  ] 
  14. .SH DESCRIPTION
  15. .I Mdir
  16. displays the contents of a MSDOS formatted diskette.  Sub directories
  17. are supported with either the '/' or '\e\' separator.  The use of 
  18. the '\e\' separator or wildcards will require the names to be enclosed
  19. in quotes to protect them from the shell.
  20. .PP
  21. .I Mdir
  22. will allow the following command line option:
  23. .TP
  24. .B w
  25. Wide output.  This option will print the file names across the page
  26. without displaying the file size or creation date.
  27. .PP
  28. An error occurs if a component of the path is not a directory.
  29. .PP
  30. The environmental variable MCWD may be used to establish a current
  31. working directory (relative to the MSDOS diskette).
  32. .SH SEE ALSO
  33. mtype(1)
  34. .SH BUGS
  35. Allows multiple arguments, which does not follow the MSDOS convention.
  36. Wildcards are only applied to filenames, not to directory names.
  37.