Merge pull request #2 from Eich/patch-1

Update 反引号的使用.sh
pull/3/head
天极 2018-05-25 15:43:33 +08:00 committed by GitHub
commit 56ac3ce48e
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"