Re: Readable Bash Primer

2007-03-15 Thread Nigel Henry
On Thursday 15 March 2007 15:02, Stephen R Laniel wrote: > On Thu, Mar 15, 2007 at 02:57:53PM +0100, Nigel Henry wrote: > > That looks really good, just what I was looking for. A question though. > > What do I type in the browser (Konqueror for example) to get it to > > display? > > > > btw. I have

Re: Readable Bash Primer

2007-03-15 Thread Roberto C. Sanchez
On Thu, Mar 15, 2007 at 10:02:46AM -0400, Stephen R Laniel wrote: > On Thu, Mar 15, 2007 at 02:57:53PM +0100, Nigel Henry wrote: > > That looks really good, just what I was looking for. A question though. > > What > > do I type in the browser (Konqueror for example) to get it to display? > > > >

Re: Readable Bash Primer

2007-03-15 Thread Stephen R Laniel
On Thu, Mar 15, 2007 at 02:57:53PM +0100, Nigel Henry wrote: > That looks really good, just what I was looking for. A question though. What > do I type in the browser (Konqueror for example) to get it to display? > > btw. I have installed it, but not sure how to access it. Open the file /usr/sh

Re: Readable Bash Primer

2007-03-15 Thread Nigel Henry
On Thursday 15 March 2007 07:25, Dave Thayer wrote: > On Sat, Mar 10, 2007 at 10:15:29PM +0100, Jhair Tocancipa Triana wrote: > > David Baron writes: > > > Anything on line. The "man" is unreadable. > > > > http://tldp.org/LDP/abs/html/ > > This is also packaged in Debian for your disconnected conv

Re: Readable Bash Primer

2007-03-14 Thread Dave Thayer
On Sat, Mar 10, 2007 at 10:15:29PM +0100, Jhair Tocancipa Triana wrote: > David Baron writes: > > > Anything on line. The "man" is unreadable. > > http://tldp.org/LDP/abs/html/ > This is also packaged in Debian for your disconnected convenience: apt-get install abs-guide dt -- Dave Thayer

Re: Readable Bash Primer

2007-03-10 Thread Jhair Tocancipa Triana
David Baron writes: > Anything on line. The "man" is unreadable. http://tldp.org/LDP/abs/html/ HTH, -- -- Jhair -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Readable Bash Primer

2007-03-10 Thread Kevin Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Mar 10, 2007 at 09:45:48PM +0200, David Baron wrote: > Anything on line. The "man" is unreadable. X="1" if [ "$X" = "1" ]; then echo "true"; else echo "false"; fi while [ "$X" = "1" ]; do echo "endless loop"; done 2 ex

Readable Bash Primer

2007-03-10 Thread David Baron
Anything on line. The "man" is unreadable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]