Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

shell strip quotes

temp="${opt%"}"
temp="${temp#"}"
echo "$temp"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #shell #strip #quotes
ADD COMMENT
Topic
Name
6+3 =