Command Substitution

1 / 12

The shell's real power is not its own syntax — it is that it can run any program on the system and use the result as a value. Command substitution is the mechanism, and it's one character of syntax for an enormous amount of leverage.

Finish →