This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: Start up script


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/


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