Skip to content

Commit be5be0a

Browse files
authored
Update 反引号的使用.sh
1 parent 417f77a commit be5be0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

基本脚本/反引号的使用.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#using the backtick character
2+
#using the backtick character 会把反引号里面当作一条命令来执行
33

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

0 commit comments

Comments
 (0)