General Support - Scritp writing tutorial aking469 - 15.07.2006, 16:05 Uhr Titel: Scritp writing tutorial
What is a good tutorial/primer for simple script writing? Would like to automate some of my choices at start up.
Thanks.
2radical - 15.07.2006, 16:42 Uhr Titel: RE: Scritp writing tutorialhttp://linux.dbw.org/shellscript_howto.html
there are lots of tutorials as well you could do a search for
arlekin - 15.07.2006, 19:17 Uhr Titel:
For "simple" shell scripting I would recommend Shell Scripting (but be warned: it's a "real" book ).
aking469 - 16.07.2006, 05:13 Uhr Titel: Real book
Hey as a teacher I'm not alergic to books, Just picked up Running Linux also from O'Reilly this past week. My copy is a couple of years old, but still covers many topics I was concerned about.
Swynndla - 16.07.2006, 12:11 Uhr Titel: RE: Real book
Shell scripting is no simple task, as it ties in with the linux/unix OS. But the good new is, it's essentially taking commands that you know work, and putting them in a file to be run one after another.
The default shell you'll see in linux is bash ... so try to stick with bash-scripting tutorials.