Linux grep conditional; Grep OR: 1. Use regular, grep -E "[A|B]"; 2. Use -e,grep -e "A" -e "B"; Grep AND: Use pipe,...