home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: foreach Chapter 5
The C Shell
Next: Reference: goto
 

glob



glob

 

wordlist

Do filename, variable, and history substitutions on wordlist . This expands it much like echo , except that no \ escapes are recognized, and words are delimited by null characters. glob is typically used in shell scripts to "hardcode" a value so that it remains the same for the rest of the script.


Previous: Reference: foreach UNIX in a Nutshell: System V Edition Next: Reference: goto
Reference: foreach Book Index Reference: goto

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System