co4ie Posted December 14, 2011 Report Posted December 14, 2011 Advanced Bash-Scripting GuideAn in-depth exploration of the art of shell scriptingBy Mendel CooperTable of ContentsPart 1. Introduction 1. Shell Programming! 2. Starting Off With a Sha-BangPart 2. Basics 3. Special Characters 4. Introduction to Variables and Parameters 5. Quoting 6. Exit and Exit Status 7. Tests 8. Operations and Related TopicsPart 3. Beyond the Basics 9. Another Look at Variables 10. Manipulating Variables 11. Loops and Branches 12. Command Substitution 13. Arithmetic Expansion 14. Recess TimePart 4. Commands 15. Internal Commands and Builtins 16. External Filters, Programs and Commands 17. System and Administrative CommandsPart 5. Advanced Topics 18. Regular Expressions 19. Here Documents 20. I/O Redirection 21. Subshells 22. Restricted Shells 23. Process Substitution 24. Functions 25. Aliases 26. List Constructs 27. Arrays 28. Indirect References 29. /dev and /proc 30. Network Programming 31. Of Zeros and Nulls 32. Debugging 33. Options 34. Gotchas 35. Scripting With Style 36. Miscellany 37. Bash, versions 2, 3, and 438. Endnotes 38.1. Author's Note 38.2. About the Author 38.3. Where to Go For Help 38.4. Tools Used to Produce This Book 38.5. Credits 38.6. DisclaimerBibliographyA. Contributed ScriptsB. Reference CardsC. A Sed and Awk Micro-Primer C.1. Sed C.2. AwkD. Exit Codes With Special MeaningsE. A Detailed Introduction to I/O and I/O RedirectionF. Command-Line Options F.1. Standard Command-Line Options F.2. Bash Command-Line OptionsG. Important FilesH. Important System DirectoriesI. An Introduction to Programmable CompletionJ. LocalizationK. History CommandsL. Sample .bashrc and .bash_profile FilesM. Converting DOS Batch Files to Shell ScriptsN. Exercises N.1. Analyzing Scripts N.2. Writing ScriptsO. Revision HistoryP. Download and Mirror SitesQ. To Do ListR. CopyrightS. ASCII TableIndexDownload as :PDFHTMLSursa 1 Quote
Nytro Posted December 14, 2011 Report Posted December 14, 2011 Am citit primele parti, e extrem de detaliat cu extrem de multe detalii si de exemple si "trucuri".Cred ca e cea mai buna resursa de Bash scripting, au contribuit si alte persoane cu exemple si idei, sunt specificate acolo.De asemenea se precizeaza si cateva diferente fata de alte limbaje de shell scripting.Recomand. Quote