| |
| | What is a string? -- definition by The Linux Information Project (LINFO) |
 | | In computer science a string is any finite sequence of characters (i.e., letters, numerals, symbols and punctuation marks). |
 | | How strings and string data types are represented depends largely on the character set (e.g., an alphabet) for which they are defined and the method of character encoding (i.e., how they are represented by bits on a computer). |
 | | Among these utilities are cat, which is used for concatenating, sort, used for sorting, expand, used to convert tabs to spaces, grep, used for searching, split, used for cutting into pieces, tr used to translate or delete characters, unexpand, used to convert spaces to tabs, and wc, used for counting characters or words. |
| www.linfo.org /string.html (724 words) |
|