Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
egrep
An extended version of the Unix grep command.
Egrep accepts extended regular expressions (REs) including
"*" following multi-character REs; "+" (one or more matches);
"?" (zero or one matches); "|" separating two REs matches
either. REs may be bracketed with (). Despite its additional
complexity, egrep is usually faster than fgrep or grep.
(2004-07-20)