interpolation (aka command substitution)
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
Let's say I have a `which` command, I want to
```
$ which code
C:\Program Files (x86)\Microsoft VS Code\bin\code.cmd
$ echo "Here is your path to code: $(which code)"
Here is your path to code: C:\Program Files (x86)\Microsoft VS Code\bin\code.cmd
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.