0% found this document useful (0 votes)
3 views1 page

Command Linux

ASCII text is a simple encoding scheme that maps keyboard characters to numbers, resulting in a compact representation of data. Unlike word processor documents, ASCII files contain only characters and basic control codes without additional formatting elements. Both Linux and Windows systems utilize ASCII text files, with tools like NOTEPAD.EXE available for editing them.

Uploaded by

contato
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Command Linux

ASCII text is a simple encoding scheme that maps keyboard characters to numbers, resulting in a compact representation of data. Unlike word processor documents, ASCII files contain only characters and basic control codes without additional formatting elements. Both Linux and Windows systems utilize ASCII text files, with tools like NOTEPAD.EXE available for editing them.

Uploaded by

contato
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Some of these representation systems are very complex (such as compressed video

files), while others are rather simple. One of the earliest and simplest is called
ASCII text. ASCII (pronounced "As-Key") is short for American Standard Code for
Information Interchange. This is a simple encoding scheme that was first used on
Teletype machines to map keyboard characters to numbers.
Text is a simple one-to-one mapping of characters to numbers. It is very compact.
Fifty characters of text translates to fifty bytes of data. It is important to
under-stand that text only contains a simple mapping of characters to numbers. It
is not the same as a word processor document such as one created by Microsoft Word
or LibreOffice Writer. Those files, in contrast to simple ASCII text, contain many
non-text elements that are used to describe its structure and formatting. Plain
ASCII text files contain only the characters themselves and a few rudimentary
control codes such as tabs, carriage returns and line feeds.
Throughout a Linux system, many files are stored in text format and there are
many Linux tools that work with text files. Even Windows recognizes the impor-tance
of this format. The well-known NOTEPAD.EXE program is an editor for plain ASCII
text files.

You might also like