3.4 常用的转义字符
# echo "Price is $PRICE"# echo "Price is \$$PRICE"
Price is $5# echo `uname -a`
Linux linuxprobe.com 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux最后更新于
# echo "Price is $PRICE"# echo "Price is \$$PRICE"
Price is $5# echo `uname -a`
Linux linuxprobe.com 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux最后更新于