Results 1 to 3 of 3
I'm new to linux and bash scripting, and i was wondering is there any good tutorials that teach bash scripting....
- 05-24-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 10
Bash scripting
I'm new to linux and bash scripting, and i was wondering is there any good tutorials that teach bash scripting.
- 05-24-2010 #2
Start from here and then move to Advance Bash Scripting.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-24-2010 #3
Another good way to learn bash is to study the startup scripts in /etc. Go through them line by line with the bash man page open on another console for reference. Make sure you understand what each line does. If necessary, try out bits of lines interactively (but make sure you aren't logged in as root when you do that!)
"I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote