echo “-e” doesn’t print anything

The one true way to print any arbitrary string:

printf "%s" "$vars"

Leave a Comment