search

Home  >  Q&A  >  body text

linux中的反引号的疑惑?

大家讲道理大家讲道理2836 days ago606

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 15:43:32

    ``This is generally used to enclose some instructions.
    addarray is a function. Of course, you cannot do this. It is declared by you yourself/

    `` is to execute the instructions inside you, such as

    function f1
    {

    ehco "test"

    }

    f1_ret=f1

    The terminal will prompt you that test not found, but it actually executes the f1 function
    -bash: test: command not found

    reply
    0
  • Cancelreply