Get the latest tech news
Shell-ish scripting in Go with ease
Making it easy to write shell-like scripts in Go. Contribute to bitfield/script development by creating an account on GitHub.
But what if, instead of reading a specific file, we want to simply pipe input into this program, and have it output only matching lines (like grep)? Filters run concurrently, so the pipeline can start producing output before the input has been fully read, as it did in the ping example. Developers also need tooling: programs and services to automate everyday tasks like configuring servers and containers, running builds and tests, deploying their applications, and so on.
Or read this on Hacker News