comment grep deux termes à la fois grep
grep -e "BBB" -e "AAA" file.txt
Hutch Polecat
grep -e "BBB" -e "AAA" file.txt