From a0639c37853ade1aef29bc015d0753a46d435aa6 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Fri, 22 Mar 2019 09:57:41 -0400 Subject: [PATCH] Update text_manipulation.md --- python_ruby_and_bash/text_manipulation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_ruby_and_bash/text_manipulation.md b/python_ruby_and_bash/text_manipulation.md index 0e04b38..19bd668 100644 --- a/python_ruby_and_bash/text_manipulation.md +++ b/python_ruby_and_bash/text_manipulation.md @@ -8,3 +8,5 @@ - [grep + regex cheatsheet](https://staff.washington.edu/weller/grep.html) - [nixCraft Tutorial](https://www.cyberciti.biz/faq/grep-regular-expressions/) +## Converters +- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary