Answers for "grep options linux"

1

grep commands used in linux historic

history|grep <search>
Posted by: Guest on July-21-2021
0

grep Matching options

-e, --regexp=PATTERN
-f, --file=FILE
-i, --ignore-case
-v, --invert-match
-w, --word-regexp
-x, --line-regexp
Posted by: Guest on November-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language