text file
A file that contains characters organized into one or more lines. The lines must not contain NUL characters and none can exceed {LINE_MAX}-which is defined in limits.h-bytes in length, including the new-line character. The term text file does not prevent the inclusion of control or other non-printable characters (other than NUL). X/Open.