Mydir version 1.2 by Jim Lynch

License

This program is freeware.  I am releasing the binary into the public domain. It may be 
redistributed in any manner.
 
History

Many years ago there was a little directory program called zdir.  I really like that 
program, however when disk drives got large it started to fail.  I suspect it was doing
16 bit arithmetic.  I liked it so much, I had to write a replacement.  The result is mydir.

Installation

Put the mydir.exe file in some directory that is in your path.  I keep a C:\bin directory
around for that purpose.  My autoexec.bat file contains a line that looks like
PATH=%PATH%;C;\BIN

mydir.exe will reside in the C:\bin directory.  I've renamed the file to d.exe so all I 
have to type is "d e:*.txt", for example.  The source to the mydir man page is also
included as mydir.1.

Operation

mydir(1)                                                 mydir(1)


NAME
       mydir - list directory contents

SYNOPSYS
       mydir [ -a ] [ -ln ] [ FILE ]


DESCRIPTION
       mydir lists the files based on the FILE parameter given to
       the program.  Works a lot like the dos DIR command.

OPTIONS
       -a     List hidden files, too.

       -l n   Pause after n lines.  Default is 22.


AUTHOR
       mydir was written by Jim Lynch <k4gvo@qsl.net>.
