From: stratos AT dnn DOT gr (Stratos Margaritis - System Admin) Subject: Re: man under NT ??? 28 May 1997 10:14:08 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <97052809074833600.cygnus.gnu-win32@athena.dnn.gr> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Priority: Normal Original-To: schulte AT acm DOT org Original-CC: gnu-win32 AT cygnus DOT com X-Mailer: Pronto Pro [ver 1.00 (0225)] Original-Sender: owner-gnu-win32 AT cygnus DOT com > > Does anyone knows if there exists a unix man command that runs under winNT > > 4.0 ?? > > I use the following script for 'man': > ---------- cut here ------------------- > #!/bin/sh > typeset -x PATH="$PATH:/usr/local/bin/groff" > MANDIR="/usr/local/man /usr/man /d/Apps/gnuwin32/b18/man" > for md in $MANDIR; do > files=`echo $md/man*/$*.*` > if [ -e "$files" ] ; then > nroff -man $files | less 2>/dev/null > else > echo $md: $*: not found > fi > done > ---------- cut here ------------------- > Richard Schulte Idea Development Incorporated > http://ideadev.com/Richard Thank you Richard for that script but my problem is that I don't have groff or nroff working for NT4.0. I've compiled without problems groff-1.10 but I could not install it under NT4.0 and I also had problems when running it when the application looks for devices since gnu-win32 b18 didn't create any devices when I was installing it. Do you know where I can find a precompiled version of groff ??? Thank you in advanced.. Stratos :-) System Administrator & Software Engineer at DNNet ---------------------------------------------------------------------------- Name -> Stratos Margaritis e-mail -> stratos AT dnn DOT gr, webmaster AT dnn DOT gr, hostmaster AT dnn DOT gr, postmaster AT dnn DOT gr WWW -> http://www.dnn.gr/~stratos/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".