What are the backticks `` called?

前端 未结 3 1012
独厮守ぢ
独厮守ぢ 2020-12-10 00:26

What are the backtick operators (``) called in the context of evaluating their content?

3条回答
  •  Happy的楠姐
    2020-12-10 01:06

    If you're referring to bash then the backticks are known as "command substitution". $() provides similar functionality.

提交回复
热议问题