We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417f77a commit be5be0aCopy full SHA for be5be0a
基本脚本/反引号的使用.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-#using the backtick character
+#using the backtick character 会把反引号里面当作一条命令来执行
3
4
testing=`date`
5
echo "The date and time are:$testing"
0 commit comments