Horje
bash print lines that match any of several words Code Example
bash print lines that match any of several words
# Basic syntax:
grep 'word1\|word2\|word3' /path/to/file
# This prints all lines that match word1, word2, OR, word3




Shell

Related
linux size of files Code Example linux size of files Code Example
bash date today plus one day Code Example bash date today plus one day Code Example
ImportError: libGL.so.1: cannot open shared object file: No such file or directory Code Example ImportError: libGL.so.1: cannot open shared object file: No such file or directory Code Example
libGL.so.1: cannot open shared object file: No such file or directory Code Example libGL.so.1: cannot open shared object file: No such file or directory Code Example
fatal unable to create '.git/index.lock' file exists Code Example fatal unable to create '.git/index.lock' file exists Code Example

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