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

Regular Expressions

 

Advanced Bash-Scripting Guide:

Prev

Next

Chapter 19. Regular Expressions

Table of Contents

19.1.A Brief Introduction to Regular Expressions

19.2.Globbing

To fully utilize the power of shell scripting, you need to master Regular Expressions. Certain commands and utilities commonly used in scripts, such as expr, sed and awk interpret and use REs.

Prev

Home

Next

Advanced Topics

Up

A Brief Introduction to

 

 

Regular Expressions

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

Shell Scripting Under Windows

 

Advanced Bash-Scripting Guide:

 

Prev

Chapter 34. Miscellany

Next

34.9. Shell Scripting Under

Windows

Even users running that other OS can run UNIX-like shell scripts, and therefore benefit from many of the lessons of this book. The Cygwin package from Cygnus and the MKS utilities from Mortice Kern Associates add shell scripting capabilities to Windows.

Prev

Home

Next

Portability Issues

Up

Bash, version 2

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

Endnotes

 

Advanced Bash-Scripting Guide:

Prev

Next

Chapter 36. Endnotes

Table of Contents

36.1.Author's Note

36.2.About the Author

36.3.Tools Used to Produce This Book

36.3.1.Hardware

36.3.2.Software and Printware

36.4.Credits

Prev

Home

Next

Bash, version 2

 

Author's Note

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