- 论坛徽章:
- 0
|
[aluns]~>cat t.txt
Entries in termcap consist of a number of `:'-separated fields. The first entry for each terminal gives the names that are known for the terminal, separated by `|' characters. The first name given is the most common abbreviation for the terminal. The last name given should be a long name fully identifying the terminal, and all others are understood as synonyms for the terminal name. All names but the last should be in lower case and contain no blanks; the last name may well contain upper
----------------让它变成
[aluns]~>cat t.txt
Entries in termcap consist of a number of `:'-separated fields. The first entry for each
terminal gives the names that are known for the terminal, separated by `|' characters.
The first name given is the most common abbreviation for the terminal. The last name
given should be a long name fully identifying the terminal, and all others are understood
as synonyms for the terminal name. All names but the last should be in lower case and
contain no blanks; the last name may well contain upper
---------------------- |
|