- Unix-like systems are designed to manipulate text very well
- The same techniques can be used with plain text, or text-based formats
- Most Unix configuration files are plain text
- Text is usually in the ASCII character set
- Non-English text might use the ISO-8859 character sets
- Unicode is better, but unfortunately many Linux command-line utilities don't (directly) support it yet