Hacker News new | ask | show | jobs
by hugelgupf 2765 days ago
here are some basic linux tools in Go:

https://github.com/u-root/u-root

2 comments

I wrote a sed in go a few years back, just to do it. The engine is a Reader so you can use a sed-processed stream anywhere a Reader is accepted. There’s also a command-line driver of course.

https://github.com/rwtodd/Go.Sed