Re: Start up Script Question

2006-08-17 Thread mwoehlke
Rich Mayo wrote: What script (or scripts) adds Cygwin directories to the existing environment variables? I use xterm under the Cygwin X Server as my user environment and I'm not happy with the way my INCLUDE, LIB, and PATH variables are laid out. 'man bash' -- Matthew Websites such as ... Wik

Re: Start up script

2002-03-20 Thread Andrew DeFaria
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

Re: Start up script

2002-03-18 Thread David Starks-Browning
I think clever (or not so clever) examples of .bashrc or whatever are off-topic for this list, unless it is something specifically relevant to Cygwin. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: Start up script

2002-03-18 Thread Oleg
HTH Oleg - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: "Oleg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 9:28 PM Subject: Re: Start up script > Oleg, > > At 18:06 2002-03-18, Oleg wrote: > &

Re: Start up script

2002-03-18 Thread Randall R Schulz
Oleg, At 18:06 2002-03-18, Oleg wrote: >- Original Message - >... > >are the ones I use often. No need for "function" BTW You'll need functions when it's not sufficient to have the parameters to a command simply tacked onto the end of the alias expansion. If I recall, this is one place

Re: Start up script

2002-03-18 Thread Oleg
- Original Message - From: "Robert Mark Bram" <[EMAIL PROTECTED]> To: "Andrew Markebo" <[EMAIL PROTECTED]> Cc: "Cygwin" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 8:21 PM Subject: RE: Start up script > Howdy all! > > Read t

RE: Start up script

2002-03-18 Thread Robert Mark Bram
Andrew Markebo Sent: Tuesday, 19 March 2002 2:18 AM To: Robert Mark Bram Cc: Cygwin Subject: Re: Start up script | How can I set up a starting script that will be run in Cygwin? Eh exactly what do you want?? A starting script that will be run in cygwin, you mean you want to doubleclick a .sh

Re: Start up script

2002-03-18 Thread Andrew Markebo
| How can I set up a starting script that will be run in Cygwin? Eh exactly what do you want?? A starting script that will be run in cygwin, you mean you want to doubleclick a .sh file and it will be thrown on bash?? Or?? /Andy -- The eye of the beholder rests on the beauty! -- Uns

Re: Start up script

2002-03-18 Thread Larry Hall (RFK Partners, Inc)
At 09:28 AM 3/18/2002, Robert Mark Bram wrote: >Hi all! > >Today I have spent a few hours debugging cygwin.bat which starts up Cygwin >and runs DOS commands. > >How can I set up a starting script that will be run in Cygwin? > >Thanks! > >Rob Check out documentation on bash (i.e. man bash). It