Why use echo -e when output contains sequences such as \033[1m?
echo -e
\033[1m
It enables interpretation of backslash escape sequences used for terminal formatting.
It encrypts the message before displaying it.
It sends all text to standard error instead of standard output.
It executes every displayed word as a shell command.