Delimiters
A delimiter is a character used to indicate the end of a line of input. Delimiters are treated as normal characters if the terminal is in binary input mode. Standard delimiters include carriage return (CR - control-M - ASCII value 13), line feed (LF - control-J - ASCII value 10), control-Z (ASCII value 26), and Escape (ASCII Value 30).