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