diff --git a/FAQ.md b/FAQ.md index f0977a0..aacaf6d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -115,4 +115,6 @@ Use an editor that supports ANSI escape codes. For example: ```bash $ printf "\033[91mHello\033[0m world.\n" > motd.txt -``` \ No newline at end of file +``` + +Will print "Hello" in red, then "world." in the default color. \ No newline at end of file