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

Variables Revisited

 

Advanced Bash-Scripting Guide:

Prev

Next

Chapter 9. Variables Revisited

Table of Contents

9.1.Internal Variables

9.2.Manipulating Strings

9.2.1.Manipulating strings using awk

9.2.2.Further Discussion

9.3.Parameter Substitution

9.4.Typing variables: declare or typeset

9.5.Indirect References to Variables

9.6.$RANDOM: generate random integer

9.7.The Double Parentheses Construct

Used properly, variables can add power and flexibility to scripts. This requires learning their subtleties and nuances.

Prev

Home

Next

Beyond the Basics

Up

Internal Variables

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