Difference between revisions of "Text file"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 28: | Line 28: | ||
* [https://en.wikipedia.org/wiki/Text_file Text file] @ Wikipedia | * [https://en.wikipedia.org/wiki/Text_file Text file] @ Wikipedia | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Text]] | ||
+ | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] |
Revision as of 06:28, 22 April 2016
A text file (sometimes spelled textfile; an old alternative name is flatfile) is a computer file which has a file format consisting of a sequence of lines of electronic text.
A text file exists within a computer file system.
"Text file" refers to a type of container, while plain text refers to a type of content.
Text files can contain plain text, but they are not limited to such.
End-of-file markers
The end of a text file may be denoted by placing one or more special characters, known as an end-of-file marker, after the last line in a text file.
On some popular operating systems such as Windows or Linux, text files do not contain any special EOF character.
See also
- Binary file
- Computer file
- Digital asset
- File format
- HTML editor
- Source code
- Source code editor
- Text conversion
- Text editor
External links
- Text file @ Wikipedia