Answers for "shell grep 2 word from grep"

0

how to grep two terms at once grep

grep -e "BBB" -e "AAA" file.txt
Posted by: Guest on July-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language