backtick

backtick

 英

  • 网络反引号;反短斜线;反单引号

例句

If you've been doing any shell or Perl scripting at all, you know you can capture the output of other commands inside backtick operators.

如果编写shellPerl脚本知道可以操作符内部捕捉其他命令输出

Please note you get the same results if you just use the backtick operators, as shown below.

注意使用操作符得到相同结果

You can do this with the backtick operator (see Listing 9).

可以使用引号运算符实现请参见清单9)。

For example, Listing 1 shows how to use the backtick to obtain a word count for every text (. txt) file in the current directory.

例如清单1显示如何使用当前目录获取每个文本(.txt)单词计数