How do I write non-ASCII characters using echo? Is there an escape sequence, such as \012 or something like that?
\012
I want to append ASCII characters to a file using:
echo ?? >> file
Use
echo -e "\012"