← All tips

Bash: use `printf` over `echo -e`

bashbasics

Portable formatting and escape handling.

printf 'Hello %s\n' "$USER"