Answers for "bash unix remov quotes from string"

1

shell strip quotes

temp="${opt%"}"
temp="${temp#"}"
echo "$temp"
Posted by: Guest on April-11-2021

Code answers related to "bash unix remov quotes from string"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language