Hacker News new | ask | show | jobs
by heinrichhartman 3338 days ago
Similar idea, but uses LUA as inline language: https://github.com/HeinrichHartmann/luawk

``` > printf abc | luawk -p '_:gsub("a","A")'

Abc ```

1 comments

An awk with a luajit backend would be quite interesting.