Created by: mgalgs
Some implementations of echo (like /bin/echo on Linux, as well as the
bash builtin echo command) require the -e
switch to enable
interpretation of escape sequences (like \n, \033[32m, etc).
Created by: mgalgs
Some implementations of echo (like /bin/echo on Linux, as well as the
bash builtin echo command) require the -e
switch to enable
interpretation of escape sequences (like \n, \033[32m, etc).