| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Wed, 20 Mar 2002 23:45:20 +0100 |
| From: | Oliver Nittka <nittka AT esem DOT com> |
| Message-Id: | <200203202245.XAA10324@esem.esem.com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Updated: texinfo 4.1 |
NNTP-Posting-Host: 206.184.204.2
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1016657743 8639 206.184.204.2 (20 Mar 2002 20:55:43 GMT)
X-Complaints-To: usenet AT main DOT gmane DOT org
NNTP-Posting-Date: Wed, 20 Mar 2002 20:55:43 +0000 (UTC)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
X-Accept-Language: en-us
X-Virus-Scanned: by AMaViS perl-11
Robert Mark Bram wrote:
> Howdy all!
>
> Read the documentation.. made my .bashrc script!
>
> Here it is so far:
>
> function ll
> {
> ls -l
> }
>
> function m
> {
> man $1 | less
> }
Why do you insist on piping the output of man to less? It's unnecessary
as man will use whatever is in PAGER.
> Any one have any other nice tricks they use in theirs?
There are thousands of them!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |