yetAnotherUser@lemmy.catoProgramming@programming.dev•Amber - the programming language compiled to Bash
2·
7 months agoI checked the docs, and I’m a bit confused with one thing. They show that you can capture the stdout of a command into a variabe, but they never show stderr being captured. How would that work?
Knowing if a command failed and capturing stderr (which contains stuff like error messages) are not the same thing.