I am just wondering how I can echo a variable inside single quotes (I am using single quotes as the string has quotation marks in it).
echo \'test text
use printf:
printf 'test text "here_is_some_test_text_%s" "output"\n' "$counter" >> ${FILE}