I've been wondering about this for a while. Whenever I run a command of the form "man [command] >> file.txt", there's a weird phenomenon where words that were bold when I viewed the man page in Terminal appear in the text file with each letter repeated twice.
For example,
DESCRIPTION
The find utility recursively descends the directory tree for each path listed
turns into
DDEESSCCRRIIPPTTIIOONN
The ffiinndd utility recursively descends the directory tree for each path listed
Why is this? I can't think of a file encoding for which this makes sense. (If it encoded "bold" as "write each letter twice", then the band Abba would show up as A b a, among other problems...)