> Bash is great, but when it comes to writing scripts, people usually choose a more convenient programming language. JavaScript is a perfect choice
Awaiting citations on usually, convenient, and perfect.
> await $`cat package.json | grep name`
I mean, in the first line they're well into "I don't understand shells" territory with a superfluous cat pipe (you can just grep name package.json). This is seriously published under the google banner?
Awaiting citations on usually, convenient, and perfect.
> await $`cat package.json | grep name`
I mean, in the first line they're well into "I don't understand shells" territory with a superfluous cat pipe (you can just grep name package.json). This is seriously published under the google banner?