Bash string parameter is printed with unnecessary apostrophes – CentOS
I'm writing a BASH script on ubuntu 18 OS. I'm doing manipulation on a string (append, cut) and after that, I want to use it as a parameter for a docker command. the problem is that it returns with apostrophes…