home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / mtools_3.6.docs.lzh / MTOOLS_3.6 / DOCS / mdir.1 < prev    next >
Text File  |  1997-11-12  |  3KB  |  108 lines

  1. .TH mdir 1 "21mar97" mtools-3.4
  2. .SH Name
  3. mdir - display an MSDOS directory
  4. '\" t
  5. .de TQ
  6. .br
  7. .ns
  8. .TP \\$1
  9. ..
  10.  
  11. .tr \(is'
  12. .tr \(if`
  13. .tr \(pd"
  14.  
  15. .SH Note
  16. This manpage has been automatically generated from mtools's texinfo
  17. documentation.  However, this process is only approximative, and some
  18. items, such as crossreferences, footnotes and indices are lost in this
  19. translation process.  Indeed, this items have no appropriate
  20. representation in the manpage format.  Moreover, only the items specific
  21. to each command have been translated, and the general information about
  22. mtools has been dropped in the manpage version.  Thus I strongly advise
  23. you to use the original texinfo doc.
  24. .TP
  25. * \ \ 
  26. To generate a printable copy from the texinfo doc, run the following
  27. commands:
  28.  
  29. .nf
  30. .ft 3
  31. .in +0.3i
  32.     ./configure; make dvi; dvips mtools.dvi
  33. .fi
  34. .in -0.3i
  35. .ft R
  36. .lp
  37.  
  38. \&\fR
  39. .TP
  40. * \ \ 
  41. To generate a html copy,  run:
  42.  
  43. .nf
  44. .ft 3
  45. .in +0.3i
  46.     ./configure; make html
  47. .fi
  48. .in -0.3i
  49. .ft R
  50. .lp
  51.  
  52. \&\fRA premade html can be found at:
  53. \&\fR\&\f(CW\(ifhttp://linux.wauug.org/pub/knaff/mtools\(is\fR
  54. .TP
  55. * \ \ 
  56. To generate an info copy (browsable using emacs' info mode), run:
  57.  
  58. .nf
  59. .ft 3
  60. .in +0.3i
  61.     ./configure; make info
  62. .fi
  63. .in -0.3i
  64. .ft R
  65. .lp
  66.  
  67. \&\fR
  68. .PP
  69. The texinfo doc looks most pretty when printed or as html.  Indeed, in
  70. the info version certain examples are difficult to read due to the
  71. quoting conventions used in info.
  72. .PP
  73. .SH Description
  74. .iX "p mdir"
  75. .iX "c Read-only files (listing them)"
  76. .iX "c Listing a directory"
  77. .iX "c Directory listing"
  78. .PP
  79. The \fR\&\f(CWmdir\fR command is used to display an MS-DOS directory. Its
  80. syntax is:
  81. .PP
  82. \&\fR\&\f(CWmdir\fR [\fR\&\f(CW-w\fR] \fImsdosdirectory\fR
  83. .PP
  84. \&\fR\&\f(CWmdir\fR [\fR\&\f(CW-f\fR] [\fR\&\f(CW-w\fR] [\fR\&\f(CW-a\fR] \fImsdosfile\fR [ \fImsdosfiles\fR\&...] 
  85. .PP
  86. \&\fR\&\f(CWMdir\fR
  87. displays the contents of an MS-DOS directory.
  88. .PP
  89. \&\fR\&\f(CWMdir\fR supports the following command line options:
  90. .TP
  91. \&\fR\&\f(CWw\fR\ 
  92. Wide output.  With this option, \fR\&\f(CWmdir\fR prints the filenames across
  93. the page without displaying the file size or creation date.
  94. .TP
  95. \&\fR\&\f(CWa\fR\ 
  96. Also list hidden files.
  97. .TP
  98. \&\fR\&\f(CWf\fR\ 
  99. Fast.  Do not try to find out free space.  On larger disks, finding out
  100. the amount of free space takes up some non trivial amount of time, as
  101. the whole FAT must be read in and scanned.  The \fR\&\f(CW-f\fR flag bypasses
  102. this step.  This flag is not needed on FAT32 filesystems, which store
  103. the size explicitely.
  104. .PP
  105. An error occurs if a component of the path is not a directory.
  106. .SH See Also
  107. Mtools' texinfo doc
  108.