常見(jiàn)例句雙語(yǔ)例句You can do this with the backtick operator (see Listing 9).這可以使用反引號(hào)運(yùn)算符來(lái)實(shí)現(xiàn)(請(qǐng)蓡見(jiàn) 清單 9)。Please note you get the same results if you just use the backtick operators, as shown below.注意,僅使用後撇號(hào)操作符也會(huì)得到相同的結(jié)果,如下所示。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.如果您編寫過(guò) shell 或 Perl 腳本,您就知道可以在反撇號(hào)操作符內(nèi)部捕捉其他命令的輸出。 返回 backtick