Mar 17, 2021 Shell script - remove first and last quote from a variable Unix bash Using tr $ echo "test" | tr -d '"' source