文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Bash script(2)

Bash script(2)

时间:2010-09-19  来源:haox2653

More about Quotes

There are three types of quotes

Quotes Name Meaning
" Double Quotes "Double Quotes" - Anything enclose in double quotes removed meaning of that characters (except \ and $).
' Single quotes 'Single quotes' - Enclosed in single quotes remains unchanged.
` Back quote
`Back quote` - To execute command

Example:
$ echo "Today is date" 
Can't print message with today's date.
$ echo "Today is `date`". 
It will print today's date as, Today is Tue Jan ....,Can you see that the `date` statement uses back quote?

相关阅读 更多 +
排行榜 更多 +
二战前线模拟器

二战前线模拟器

模拟经营 下载
万能图片编辑宝

万能图片编辑宝

图像拍照 下载
善融商务

善融商务

购物比价 下载