Answers for "how to grep two terms at once 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