|
|
Penguins Unbound > Past Meetings > 20110730 - Bash Programming > Shell Scripting (or old *nix tools) > 99 - Notes
99 - NotesTable of contents
Links to some documentationBash referance manual - All the formats available - http://www.gnu.org/software/bash/manual/ Online HTML version - http://www.gnu.org/software/bash/manual/bashref.html
WebSitesA website that has tutorial to help you learn Linux, from the command line. A blog about shell scripting. Books"Linux in a Nutshell" http://oreilly.com/catalog/978059615...80596154493.IP This is a great referance book for Linux in general, and very useful as a referance book for Shell Programming. Great book if you know what you want to do, will let you know all the options for the commands. But this book is NOT A Beginners book, it will not help you learn Linux/Unix/Shell !!
"bash Cookbook" http://oreilly.com/catalog/9780596526788 Great book, has a lot of examples and examples of things you might want to do. Check out the table of contents. It does have a beginning bash chapter.
"?" |