Skip to content

Commit

Permalink
Merge pull request fengyuhetao#2 from Eich/patch-1
Browse files Browse the repository at this point in the history
Update 反引号的使用.sh
  • Loading branch information
fengyuhetao authored May 25, 2018
2 parents 417f77a + be5be0a commit 56ac3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 基本脚本/反引号的使用.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#using the backtick character
#using the backtick character 会把反引号里面当作一条命令来执行

testing=`date`
echo "The date and time are:$testing"

0 comments on commit 56ac3ce

Please sign in to comment.