PDA

View Full Version : Bash Script


mthalis
February 11th, 2008, 01:46 AM
I like to learn bash script.but i dont have any knowlage about it.please any one can provide tutorial or link that provide tutorial.If any one can provide simple tutorial it's easy to undersand me.

LaRoza
February 11th, 2008, 01:46 AM
http://laroza.pbwiki.com/Specific

Should be enough there.

(You might also be interested in Python, Perl, or another more general purpose language)

MONODA
February 11th, 2008, 01:54 AM
http://linuxcommand.org/ is where I learned it. Great site i have already written a few nice scripts :)
good luck

ghostdog74
February 11th, 2008, 01:57 AM
I like to learn bash script.but i dont have any knowlage about it.please any one can provide tutorial or link that provide tutorial.If any one can provide simple tutorial it's easy to undersand me.

the very first stop you can go, if you have info/man command ,
do a

# man bash #or
# info bash

else you can look at my sig.

lkraemer
May 7th, 2008, 06:09 AM
I'd suggest:
http://tldp.org/LDP/abs/html/

Or buy the following book:
SAMS Teach Yourself Shell in 24 Hours ISBN 10 0672323583 $29.xx

NICE!

LK

indylarry
May 7th, 2008, 08:42 PM
I watched these videos on ShowMeDo (http://showmedo.com/videos/series?name=pQZLHo5Df). I have been using Linux for almost four years and watching that series gave me a lot of insight in a short period of time.

kaens
May 7th, 2008, 10:13 PM
I second the recommendation of ABS (link is in my sig). Also, man bash once you've settled into the syntax a bit.