1753792 Members
6189 Online
108799 Solutions
New Discussion юеВ

Re: Shell Script

 
SOLVED
Go to solution
DKC
Advisor

Shell Script

Hello Gurus,

Can anybody help me how i become a expert in shell scripting(bash). I want learn, I don't have any document for that.
Please share if you have.

Regards,
Dev
8 REPLIES 8
Raj Briden
Frequent Advisor

Re: Shell Script

you can buy! Good one

Author : Sumitaba Das -
(shell scripting)




DKC
Advisor

Re: Shell Script

Hi Raj,

Thanks for that.

Any PDF document where i can download.

Regards,
Dev
Raj Briden
Frequent Advisor

Re: Shell Script

i could not find this book for download. :(

get from outside would be the option.


Happy learning !



SoorajCleris
Honored Contributor

Re: Shell Script

http://www.onesmartclick.com/programming/shell-programming.html
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
SoorajCleris
Honored Contributor

Re: Shell Script

http://forums11.itrc.hp.com/service/forums/helptips.do?#33
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
James R. Ferguson
Acclaimed Contributor
Solution

Re: Shell Script

Hi:

http://www.tldp.org/LDP/abs/html/

...along with a simple overview of some of the standard shells:

http://docs.hp.com/en/B2355-90046/B2355-90046.pdf

The Posix, Korn and Bash shell are cousins of each other.

Regards!

...JRF...
DKC
Advisor

Re: Shell Script

Hi JRF,

Many many thanks for that. Now i will start learing script.

Regards,
Dev
rmueller58
Valued Contributor

Re: Shell Script

Get some good books

Bash is but one shell, best to get a good book on SHELL programming.

Try to find these:

I see these as manditory for the NOOB.
Unix Shell Programming - Arthur Burns
Unix Shell Programming - Kochan and Wood

Sed/Awk 2nd Ed. OReilly Press



I've had both of these books since the mid 90s' and truthfully as far as shell programming they remain ON my desk on a daily basis.

"becoming an expert" now that is another thing. I generally try to write things that I can and when I run into a snag, I run it past one of the gurus here for review of what I've hacked together.

If you understand the basics of programming shell programming isn't going to be a problem.. If you don't understand the concepts of first in, first out in terms of Unix, understand the script as nothing more than reducing multiple command line commands to a single command.