1. 首页
  2. 操作系统
  3. Linux
  4. Shell Script

Shell Script

上传者: 2018-12-29 07:54:23上传 DOC文件 63KB 热度 48次
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?
用户评论