Updated FAQ (markdown)

Andrey Petrov 2016-08-19 11:27:02 -04:00
parent 3f1b8884f0
commit 4b0a747706

2
FAQ.md

@ -117,4 +117,4 @@ Use an editor that supports ANSI escape codes. For example:
$ printf "\033[91mHello\033[0m world.\n" > motd.txt
```
Will print "Hello" in red, then "world." in the default color.
Will print "Hello" in red, then "world." in the default color. [More about escape codes here](http://wiki.bash-hackers.org/scripting/terminalcodes).