mirror of https://github.com/fengyuhetao/shell.git
commit
56ac3ce48e
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#using the backtick character
|
#using the backtick character 会把反引号里面当作一条命令来执行
|
||||||
|
|
||||||
testing=`date`
|
testing=`date`
|
||||||
echo "The date and time are:$testing"
|
echo "The date and time are:$testing"
|
||||||
|
|
Loading…
Reference in New Issue