文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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?

相关阅读 更多 +
排行榜 更多 +
服装厂大亨

服装厂大亨

音乐节奏 下载
真实模拟飞行

真实模拟飞行

飞行射击 下载
BMW悦学苑

BMW悦学苑

学习教育 下载