Horje
grep optional character Code Example
grep optional character
# You can use append \? to a capture group to make something optional:

grep -nri "^\s*\(public\|private\|protected\)\s*\(static\)\?\s*\(sub\|function\)" formName.frm

#In this case, the preceding group, which contains the string "static", is optional (i.e. may occur 0 or 1 times).




Shell

Related
add group without logout Code Example add group without logout Code Example
Mendeley on Ubuntu Code Example Mendeley on Ubuntu Code Example
permission denied cannnot remove a file in linux Code Example permission denied cannnot remove a file in linux Code Example
screenshot tool with markup in linux manjaro Code Example screenshot tool with markup in linux manjaro Code Example
use -i Code Example use -i Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10