so what functions can i use for read that commands?
You use cell.read(), but, you understand that it reads one character (just like Serial.read()), so you need to store the data in a char array, and keep that array NULL terminated.
You can compare the contents of that array to a string using strcmp() and enclosing the known string in double quotes.