shell 输出双引号

#!/bin/sh 
your_name='runoob'
str="Hello, I know you are "$your_name"! 
"
echo $str

原文地址:https://www.cnblogs.com/sea-stream/p/9876431.html