1
I have the following code in a file . sh:
echo "$pasta/Dados/$MA/$ano\_$mes/$tabela"
With all variables set correctly. However, running the script, echo results in
data-integration/Dados/MA1/2015\_11/HT_MA1_ESS_SEG
While I would like the result to be
data-integration/Dados/MA1/2015_11/HT_MA1_ESS_SEG
Is there any other syntax for this situation? Thank you.
It worked perfectly! Thank you!
– Rafael