On Thu, 08 Mar 2007, in the Usenet newsgroup comp.os.linux.networking, in
article <QQLHh.1972$3i.1001@trnddc01>, Tony wrote:
>Where is a good site in which I could copy scripts learn
>them then play with them to make may own
-rw-rw-r-- 1 gferg ldp 31540 Jul 27 2000 Bash-Prog-Intro-HOWTO
If you have a Linux box, that document should have been installed,
perhaps in /usr/doc/HOWTO/ or /usr/share/HOWTO/ or similar. There is
a much more extensive document on the Linux Documentation Project called
the 'Advanced Bash Scripting Guide'.
http://tldp.org/guides.html
* Advanced Bash-Scripting Guide
version: 4.2
author: Mendel Cooper, <thegrendel(at)theriver.com>
last update: Dec 2006
available formats:
1. HTML (read online)
2. HTML (read online, single file, 1.7M)
3. HTML (tarred and gzipped package, 508K)
4. PDF (1.9M)
5. PostScript (1.1M)
6. text (482k)
7. PluckerDB (535k)
This document is both a tutorial and a reference on shell scripting
with Bash. It assumes no previous knowledge of scripting or
programming, but progresses rapidly toward an intermediate/advanced
level of instruction. The exercises and heavily-commented examples
invite active reader participation. Still, it is a work in progress.
The intention is to add much supplementary material in future updates
to this document, as it evolves into a comprehensive book that
matches or surpasses any of the shell scripting manuals in print.
Another place to learn is your own system. The boot scripts are written
by people who _really_ know shell scripts, and are _flaunting_ their
skills. It's probably not the place to _start_ to learn, but once you
have some fundamentals, it becomes an excellent tutorial.
Old guy