software-developer-org / bootcamp

Bootcamp for self-study on tools, languages, etc
1 stars 0 forks source link

regular expression on bash #8

Open taitruong opened 4 years ago

taitruong commented 4 years ago

Goal: write a getting started manual, create a challenge

https://en.wikipedia.org/wiki/Regular_expression https://news.ycombinator.com/item?id=20608032 https://linuxtechlab.com/bash-scripting-learn-use-regex-basics/ https://www.networkworld.com/article/2693361/unix-tip-using-bash-s-regular-expressions.html

Good books: smile.amazon.de/Regular-Expressions-Cookbook-Solutions-Programming-ebook/dp/B008Y4OP1O https://smile.amazon.de/Mastering-Regular-Expressions-Understand-Productive-ebook/dp/B007I8S1X0

General bash references:

Research for other useful resources, read and learn, write down you findings, create a new challenge.