Recommended Scripting Books - Programming On Unix
Users browsing this thread: 2 Guest(s)
|
|||
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! |
|||
|
|||
"Scripting" is a very general term. Do you talk about the art of writing beautiful scripts? Or books about a specific language?
|
|||
|
|||
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? |
|||
|
|||
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!
|
|||
|
|||
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!
|
|||
|
|||
The world is quaking from our Linux Thoughts!
|
|||
|
|||
Effective Awk Programming is a nice book to start scripting.
|
|||
|
|||
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.
|
|||