From 5d08b62fb26875affffd871b13ca5b5185230b74 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Wed, 8 Jan 2020 21:30:16 -0500 Subject: [PATCH] Update bash_resources.md --- python_ruby_and_bash/bash_resources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python_ruby_and_bash/bash_resources.md b/python_ruby_and_bash/bash_resources.md index b9c21d9..c9e71f4 100644 --- a/python_ruby_and_bash/bash_resources.md +++ b/python_ruby_and_bash/bash_resources.md @@ -48,6 +48,10 @@ - [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary +## Parsing Logs using Bash +- [Ultimate Guide to Logging and Bash Data Manipulation](https://www.loggly.com/ultimate-guide/analyzing-linux-logs/) +- [Using Grep & Regular Expressions to Search for Text Patterns in Linux](https://www.digitalocean.com/community/tutorials/using-grep-regular-expressions-to-search-for-text-patterns-in-linux#regular-expressions) + ## For Developers - [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash