Need suggestions on Shell Script Learning

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
BradMiller
Premium Member
Premium Member
Posts: 87
Joined: Mon Feb 18, 2008 3:58 pm
Location: Sacramento, CA

Need suggestions on Shell Script Learning

Post by BradMiller »

Hi All,

I never got a chance to work with writing Routines and shell scripts.
Can you pls suggest me what are the resouces that will help me to begin learning Shell script?

Thank you
Mannu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There are some good online tutorials, which you can find using an Internet search engine.

The ones from .edu web sites seem to be more thorough.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There are also quite a number of good books available on the subject. Search a site like Amazon and check the reviews to see which ones people find worthy.
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

O'Reilly books offer a bunch of very good technical books on shell programming.

Pick a flavor of scripting language that you feel most comfortable with.

I like Perl, others swear by Korn Shell programming.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

I find the best way to learn is look at other people's scripts and see what you like and don't like. I give away a lot of simple scripts. Look at those and if you see something you don't understand then post a question. Someone will answer it and you can elarn that way as well.

Perl is powerful but cryptic. Awk and Sed are similar, powerful but hard to read and understand. Most of us have had to write shell scripts. Maybe we need a forum for these types of questions. It is part of what we need to know and support on our jobs.
Mamu Kim
Post Reply