Best book for learning linux shell scripting?

Posted by chakrit on Server Fault See other posts from Server Fault or by chakrit
Published on 2009-12-08T16:02:45Z Indexed on 2010/03/24 9:53 UTC
Read the original article Hit count: 615

Filed under:
|

I normally works on Windows machines but on some occasions I do switch to development on linux. And my most recent project will be written entirely on a certain linix platforms (not the standard Apache/MySQL/PHP setup). So I thought it would pay to learn to write some linux automation script now.

I can get around the system, start/stop services, compile/install stuffs fine. Those are probably basic drills for a programmer. But if, for example, I wanted to deploy a certain application automatically to a newly minted linux machine every month I'd love to know how to do it.

So if I wanted to learn serious linux shell scripting, what book should I be reading?

Thanks

© Server Fault or respective owner

Related posts about linux-scripting

Related posts about book