NAME
ubgrep – find a pattern in a UNIBASE application
SYNOPSIS
ubgrep {-i} {-l} {–dict} {–dir <directory} <pattern>
DESCRIPTION
Search for a string or regular expression in the application source files.
Normally this will search all sub directories (/usr/local/app/<application>/*) checking every file for pattern.
FLAGS
FLAG | ARGUMENT | TYPE | DESCRIPTION |
---|---|---|---|
–dict | Include dict.dat in search (default is to not include dict.dat) | ||
–dir | sub-directory name | text | only search this sub-directory of the application |
-i | Ignore case when searching. This is now the default | ||
-l | Output file names only. |