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