From be5be0a5be140cbdc53bac935116c46db630986b Mon Sep 17 00:00:00 2001 From: YanQun-Zhu <351639193@qq.com> Date: Thu, 24 May 2018 13:03:07 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=8F=8D=E5=BC=95=E5=8F=B7=E7=9A=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 基本脚本/反引号的使用.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/基本脚本/反引号的使用.sh b/基本脚本/反引号的使用.sh index 8063203..6bc6abd 100644 --- a/基本脚本/反引号的使用.sh +++ b/基本脚本/反引号的使用.sh @@ -1,5 +1,5 @@ #!/bin/bash -#using the backtick character +#using the backtick character 会把反引号里面当作一条命令来执行 testing=`date` echo "The date and time are:$testing"