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


regcmp

/usr/ccs/bin/regcmp [- ] files

Stands for "regular expression compile." Compile the regular expressions in one or more files and place output in file .i (or in file .c if - is specified). The output is C source code, while the input entries in files are of the form:

C variable
     "regular expression
"

The purpose of this program is to precompile regular expressions for use with the regex (3C) library routine, avoiding the overhead of the regcmp (3C) function.


Previous: Reference: rcp UNIX in a Nutshell: System V Edition Next: Reference: refer
Reference: rcp Book Index Reference: refer

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