Recommended Scripting Books - Programming On Unix

Users browsing this thread: 1 Guest(s)
Miyazeaux
Members
Hey guys,

I'm one of those people who learns well from reading books in addition to "learning by doing," so I was wondering if any of you had any suggestions for good scripting books. Reference alone is great, but a more general overview is preferred.

Preference to free books online, but physical books are fine too!

Thanks in advance!
shtols
Long time nixers
"Scripting" is a very general term. Do you talk about the art of writing beautiful scripts? Or books about a specific language?
Phyrne
Long time nixers
Sure! There's loads here






.... all jokes aside though, as shtols stated, you'll need to be a bit more specific. "Scripting" is an ambiguous term, but we presume you're talking about scripting in a programming language/shell, so perhaps tell us what you want to write in?
jobss
Long time nixers
Lua is a cool scripting language, this website has 5 free Lua coding books (they may be outdated) http://readwrite.com/2011/06/11/free-e-b...gBoMYr2rX

Also there are loads of html books, on this site, here is a whole list. O'Reilly really has some good ones http://freecomputerbooks.com/webHtmlBooks.html
The world is quaking from our Linux Thoughts!
Miyazeaux
Members
My apologies, I realize I left out the keyword bash. Bash or other shell scripting is more what I'm interested in. How to write powerful and/or beautiful scripts is what I'm looking for. Thanks!
jobss
Long time nixers
Here is a pretty good online document discussing Bash shell

http://tldp.org/LDP/abs/html/index.html
The world is quaking from our Linux Thoughts!
berk
Long time nixers
Effective Awk Programming is a nice book to start scripting.
Miyazeaux
Members
Thanks for all the recommendations guys! I downloaded Effective Awk Programming and the Advanced Bash-Scripting Guide (from jobss), looking forward to reading up more when midterm examinations are done.