A term that refers to the set of computer characters that, when displayed, do not result in anything appearing on the screen.

In POSIX, white space characters are "space", "form feed", "carriage return", "new line", "horizontal tab" and "vertical tab". Most of these characters represent cursor movements.

In unix, white space is often considered insignificant, meaning that it is ignored when strings are matches or compared.