Closed RealAestan closed 1 year ago
It works but the good practice is to use printf "..%s.." "$foo" see https://www.shellcheck.net/wiki/SC2059
printf "..%s.." "$foo"
It works but the good practice is to use
printf "..%s.." "$foo"
see https://www.shellcheck.net/wiki/SC2059