Re: Need Shell Script Tutorial Document.

2002-12-19 Thread Jonathan Bartlett
rute.sourceforge.net On Thu, 19 Dec 2002, Santhosh wrote: > All, > Can you tell me tutorials for Shell Scripts. > > Thanx in Advance > > Santhosh. > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/r

Re: Need Shell Script Tutorial Document.

2002-12-19 Thread Nick Lindsell
At 22:15 19/12/2002 +0500, you wrote: All, Can you tell me tutorials for Shell Scripts. Thanx in Advance Santhosh. http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html http://www.tldp.org/LDP/abs/html/ hih nick@nexnix -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECT

Re: Need Shell Script Tutorial Document.

2002-12-19 Thread Josep M.
Hello. Look at: http://www.tldp.org/guides.html Advanced Bash-Scripting Guide version: 1.6 author: Mendel Cooper, <[EMAIL PROTECTED]> last update: September 2002 available formats: HTML (read online) HTML (tarred and gzipped package, 329k) PDF (957k) other : plain text, PDF, PostScript

Re: Need Shell Script Tutorial Document.

2002-12-19 Thread Anthony E. Greene
On 19-Dec-2002/22:15 +0500, Santhosh <[EMAIL PROTECTED]> wrote: > Can you tell me tutorials for Shell Scripts. BASH Programming - Introduction HOW-TO http://en.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html Advanced Bash-Scripting Guide http://en.tldp.org/LDP/abs/html/ Linux Gazette - Intro

Re: Need Shell Script Tutorial Document.

2002-12-19 Thread Mertens Bram
On Thu, 2002-12-19 at 17:15, Santhosh wrote: > All, > Can you tell me tutorials for Shell Scripts. Try http://www.linuxcommand.org It has a very nice tutorial and links to other sites with tutorials and example scripts... Plus there's a great mailing list connected to the site as wall. HT