10 lines of Ruby can replace most of the CLI tools you use to process text ↦
It’s amazing what a little bit of grease can do to the skids. Put this rb
file in your $PATH
and get ergonomic access to all of Ruby’s text processing skills. The very first example sold me:
docker ps | rb drop 1 | rb -l split[1]`
# ubuntu
# postgres
Discussion
Sign in or Join to comment or subscribe