Bash Scripting - Quoting and Expansion
You want to create a script that prints a message with a variable
count inside double quotes, but only if count is not empty. Which is the best way to write this?