[prev] [index] [next]

Back-quotes

Back-quotes capture output of command as shell values.

For `Command`, the shell:

  1. performs $-substitution (as for double-quotes)
  2. executes the resulting command and arguments
  3. captures the standard output from the command
  4. converts it to a single string
  5. uses this string as the value of the expression