0% found this document useful (0 votes)
9 views

Part 2. Basics: Prev (Prelimexer - HTML) Next (Special-Chars - HTML)

This document is a table of contents for Part 2 of the Advanced Bash-Scripting Guide. It lists topics related to Bash scripting basics, including special characters, variables, quoting, tests, operations, and more. Each topic has one or more subsections that provide additional details. The document also includes navigation links to go to the previous or next main topics as well as a link to go back to the home page.

Uploaded by

Mehul Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Part 2. Basics: Prev (Prelimexer - HTML) Next (Special-Chars - HTML)

This document is a table of contents for Part 2 of the Advanced Bash-Scripting Guide. It lists topics related to Bash scripting basics, including special characters, variables, quoting, tests, operations, and more. Each topic has one or more subsections that provide additional details. The document also includes navigation links to go to the previous or next main topics as well as a link to go back to the home page.

Uploaded by

Mehul Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Advanced Bash-Scripting Guide:

Next
Prev (special-
(prelimexer.html) chars.html)

Part 2. Basics
Table of Contents
3. Special Characters (special-chars.html)
4. Introduction to Variables and Parameters (variables.html)
4.1. Variable Substitution (varsubn.html)
4.2. Variable Assignment (varassignment.html)
4.3. Bash Variables Are Untyped (untyped.html)
4.4. Special Variable Types (othertypesv.html)

5. Quoting (quoting.html)
5.1. Quoting Variables (quotingvar.html)
5.2. Escaping (escapingsection.html)

6. Exit and Exit Status (exit-status.html)


7. Tests (tests.html)
7.1. Test Constructs (testconstructs.html)
7.2. File test operators (fto.html)
7.3. Other Comparison Operators (comparison-ops.html)
7.4. Nested if/then Condition Tests (nestedifthen.html)
7.5. Testing Your Knowledge of Tests (testtest.html)

8. Operations and Related Topics (operations.html)


8.1. Operators (ops.html)
8.2. Numerical Constants (numerical-constants.html)
8.3. The Double-Parentheses Construct (dblparens.html)
8.4. Operator Precedence (opprecedence.html)

Prev (prelimexer.html) Home (index.html) Next (special-chars.html)


Preliminary Exercises Special Characters

You might also like