This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: "more" command


Hi Bruce,

>Has anyone put together a "more" command?  I've been poking around, and can't
>find any source. 

Would "less" be sufficient ?

   *less-321*
   --------

   - what is it?
     - Less is a pager program similar to more (1), but allows backward
       as well as forward movement within a file. Also, less does not
       have to read the entire input file before starting. It is also
       possible to start an editor at any time from this program.

   - system
     - Windows NT4 German / SP3

   - preliminaries
     - you first have to install *ncurses-4.1*
     - replace all "iprintf" in "output.c" with a different,
       but unique name, for example "less_iprintf"

   - configure
     - works without changes

   - make
     - works without changes

   - make install
     - works without changes

   - notes
     - works the same way for less-332
       (according to noer@cygnus.com  (Geoffrey Noer))

   - package availability
     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Michael
     - as less-321-win32-bin.tar.gz
     - or less-321-win32-bin.zip

   - contributed by
     - mh@mike.franken.de (Michael Hirmke)

>
>--
>Bruce Z. Lysik                                		        <eldrik@logrus.com>

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]