Post History
Bash, 20 18 bytes Saved two bytes by removing the quotes; the code works well without them. echo Hello, `cat`! Try it online!
Answer
#2: Post edited
# [Bash], 20 bytes- <!-- language-all: lang-bash -->
echo "Hello, `cat`!"[Try it online!][TIO-kt5fl30o]- [Bash]: https://www.gnu.org/software/bash/
[TIO-kt5fl30o]: https://tio.run/##S0oszvj/PzU5I19BySM1JydfRyEhObEkQVHp/3/fxKJsAA "Bash – Try It Online"
- # [Bash], <s>20</s> 18 bytes
- Saved two bytes by removing the quotes; the code works well without them.
- <!-- language-all: lang-bash -->
- echo Hello, `cat`!
- [Try it online!][TIO-l55plbcc]
- [Bash]: https://www.gnu.org/software/bash/
- [TIO-l55plbcc]: https://tio.run/##S0oszvj/PzU5I1/BIzUnJ19HISE5sSRB8f9/38SibAA "Bash – Try It Online"