Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Advanced Bash Shell Scripting Gude.pdf
Скачиваний:
57
Добавлен:
17.08.2013
Размер:
4.82 Mб
Скачать

Introduction to Variables and Parameters

 

Advanced Bash-Scripting Guide:

Prev

Next

Chapter 5. Introduction to Variables and Parameters

Table of Contents

5.1.Variable Substitution

5.2.Variable Assignment

5.3.Bash Variables Are Untyped

5.4.Special Variable Types

Variables are at the heart of every programming and scripting language. They appear in arithmetic operations and manipulation of quantities, string parsing, and are indispensable for working in the abstract with symbols - tokens that represent something else. A variable is nothing more than a location or set of locations in computer memory holding an item of data.

Prev

Home

Next

Special Characters

Up

Variable Substitution

http://tldp.org/LDP/abs/html/variables.html [7/15/2002 6:34:28 PM]