LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   can anyone recomend good BASH shell scripting tutorials (https://www.linuxquestions.org/questions/linux-general-1/can-anyone-recomend-good-bash-shell-scripting-tutorials-503023/)

ChrisScott 11-19-2006 12:48 PM

can anyone recomend good BASH shell scripting tutorials
 
I've found some basic examples but they don't do anything useful and I'm interested in finding out how powerful shell scripting can be. What kind of things can I do? I'm eager to learn!

unSpawn 11-19-2006 01:02 PM

What kind of things can I do?
Shell scripts are used as "glue" between applications, so I think it's easier to ask what you can't do ;-p


Code:

function help() { echo "Bash scripting guides:
http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
http://www.tldp.org/LDP/Bash-Beginners-Guide/html/index.html
http://www.tldp.org/LDP/abs/html/"; }


craigevil 11-19-2006 01:34 PM

Bash Guide for Beginners
http://tldp.org/LDP/Bash-Beginners-G...tml/index.html

Advanced Bash-Scripting Guide
http://tldp.org/LDP/abs/html/

GNU Bash - Table of Contents
http://www.gnu.org/software/bash/manual/bash.html

David the H. 11-19-2006 02:58 PM

Another good tutorial that's a little more newbie-friendly:

http://www.linuxcommand.org/index.php

ChrisScott 11-20-2006 03:20 AM

Thanks
 
linuxcommand.org is perfect for a beginer like myself... Cheers.

pushpraj 11-20-2006 07:38 AM

Hello,
Please check this:
http://www.freeos.com/guides/lsst/

Pushpraj


All times are GMT -5. The time now is 08:42 AM.