Hi Rocky,

We all learn differently - I learn well from books, I just kind of file
it all in my brain.  You may want to read something like:
Learning the BASH Shell:
http://shop.oreilly.com/product/9780596009656.do

or
The Linux Command Line:
http://shop.oreilly.com/product/9781593273897.do

Then when you tackle different problems you'll remember what's possible
and probably even some of the techniques.  The rest you can look up
if/when you need to.

Cheers,
John J.

On Mon, 2012-02-13 at 11:49 -0700, Ralph Boland wrote:
> I can write simple bash shell scripts.
> For example recently I wrote the following:
> 
>       #/bin/bash
> 
>       if [ $# -eq 0 ]; then
>            vi ~/Home/Personal/phone
>       else
>            grep $1 ~/Home/Personal/phone
>       fi
> 
> I would like to be stronger though so I have dug up
> some info from the Internet that I will now go through.
> 
> I figure it might be useful if anyone has some not too sys admin
> deep shell scripts that need writing then I could write them for practice.
> Proposals welcome remembering of course that you get what you pay for
> and I will publish my results here (unless I get complaints).
> 
> Regards
> 
> Ralph (Rocky) Boland
> 
> 
> 
> --
> God flunked Intelligent design
> 
> _______________________________________________
> clug-talk mailing list
> clug-talk@clug.ca
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
> **Please remove these lines when replying



_______________________________________________
clug-talk mailing list
clug-talk@clug.ca
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to