The shell is a command language interpreter. … The shell breaks the input into tokens: words and operators. (See Token Recognition .) The shell parses the input into simple commands (see Simple Commands ) and compound commands (see Compound Commands ).