Update 反引号的使用.sh

pull/2/head
YanQun-Zhu 2018-05-24 13:03:07 +08:00 committed by GitHub
parent 417f77a26d
commit be5be0a5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
#using the backtick character
#using the backtick character 会把反引号里面当作一条命令来执行
testing=`date`
echo "The date and time are:$testing"