cara grep dua istilah sekaligus grep
grep -e "BBB" -e "AAA" file.txt
Hutch Polecat
grep -e "BBB" -e "AAA" file.txt