我想像这样在Bash中显示一个字符串
I'm a student
当然你可以这样做
echo "I'm a student"
但是如何在字符串周围使用单引号实现此目的?
linux bash escaping
bash ×1
escaping ×1
linux ×1