Date: Thu, 30 May 1996 12:41:41 -0400 (EDT) From: Branson Matheson <branson@longstreet.larc.nasa.gov> To: muma@sask.trlabs.ca (Scott Muma) Cc: freebsd-questions@freebsd.org (FreeBSD Questions) Subject: Re: Where can I get a copy of more? Message-ID: <199605301641.MAA13181@longstreet.larc.nasa.gov> In-Reply-To: <Pine.OSF.3.91.960530101834.10578A-100000@salph3.sask.trlabs.ca> from "Scott Muma" at May 30, 96 10:20:41 am
next in thread | previous in thread | raw e-mail | index | archive | help
> > Our more was erased when we were installing FreeBSD (blush) and > now we can't read any man pages, etc. Could someone tell me where we > could get a copy of it for FreeBSD 2.1.0 or how we can re-install more > without having to reinstall everything? Thanks in advance One way is to cd to your bin dists directroy cat bin.* | tar xzvf - usr/bin/more You could alos unpack the source and re-build it... To read manpages you might also setenv PAGER /usr/local/bin/less Less is better than more ;-) and allows you to do really neat things like move up and down in the page. -branson -- ======================================================================== branson matheson | branson@widomaker.com Ferguson SysAdmin | http://widomaker.com/~branson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605301641.MAA13181>