#!/bin/sh your_name=‘runoob‘ str="Hello, I know you are \"$your_name\"! \n" echo $str
shell 输出双引号
原文:https://www.cnblogs.com/sea-stream/p/9876431.html