Jump to content
co4ie

Advanced Bash-Scripting Guide

Recommended Posts

Posted

Advanced Bash-Scripting Guide

An in-depth exploration of the art of shell scripting

By Mendel Cooper

Table of Contents
Part 1. Introduction

1. Shell Programming!
2. Starting Off With a Sha-Bang

Part 2. Basics

3. Special Characters
4. Introduction to Variables and Parameters
5. Quoting
6. Exit and Exit Status
7. Tests
8. Operations and Related Topics

Part 3. Beyond the Basics

9. Another Look at Variables
10. Manipulating Variables
11. Loops and Branches
12. Command Substitution
13. Arithmetic Expansion
14. Recess Time

Part 4. Commands

15. Internal Commands and Builtins
16. External Filters, Programs and Commands
17. System and Administrative Commands

Part 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 4

38. 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. Disclaimer

Bibliography
A. Contributed Scripts
B. Reference Cards
C. A Sed and Awk Micro-Primer

C.1. Sed
C.2. Awk

D. Exit Codes With Special Meanings
E. A Detailed Introduction to I/O and I/O Redirection
F. Command-Line Options

F.1. Standard Command-Line Options
F.2. Bash Command-Line Options

G. Important Files
H. Important System Directories
I. An Introduction to Programmable Completion
J. Localization
K. History Commands
L. Sample .bashrc and .bash_profile Files
M. Converting DOS Batch Files to Shell Scripts
N. Exercises

N.1. Analyzing Scripts
N.2. Writing Scripts

O. Revision History
P. Download and Mirror Sites
Q. To Do List
R. Copyright
S. ASCII Table
Index

Download as :


PDF

HTML

Sursa

  • Upvote 1
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...