Update bash_resources.md

This commit is contained in:
Omar Santos 2020-01-08 21:30:16 -05:00 committed by GitHub
parent 6e1ad610db
commit 5d08b62fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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