in reply to Re^4: print question
in thread print question

I see three shell commands that use printf "$foo" when they should use printf "%s" "$foo" or echo "$foo".