Resources to learn sh scripting 'just like a normal programming language'
Posted
by Homer J. Simpson
on Stack Overflow
See other posts from Stack Overflow
or by Homer J. Simpson
Published on 2010-02-11T23:57:03Z
Indexed on
2010/03/25
22:33 UTC
Read the original article
Hit count: 505
Hi,
what is the best resource (book would be nice) to learn sh scripting (the "standard" shell on Unix systems) just like when i would learn a "normal" programming/scripting language ?
There are lots of tutorials on certain aspects of shell scripting, they mostly deal with shells in general and unix commands and so on, but i would rather like to find a more general approach - meaning a quick syntactic overview and an outlook on how to do things you normally do when programming, like implementing small algorithms and so on. Doing actual scripting, not just a structured batch file. And rather 100-liners than 1-to-3-liners.
Can you recommend a good standard book on the topic ?
© Stack Overflow or respective owner