Re: Bash shell run on cygwin , is it possible using 'more'
On 2006-08-18, William Byrne wrote:
> If you have stubborn fingers, create an alias
>
> alias more=less
For the really lazy fingers:
alias t=less
--
Chris F.A. Johnson, author <http://cfaj.freeshell.org>
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
===== My code in this post, if any, assumes the POSIX locale
===== and is released under the GNU General Public Licence
|