From 03a3960bfc3445c2359f1b8b17ccc915df996f5d Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Fri, 22 Mar 2019 09:54:26 -0400 Subject: [PATCH] Create text_manipulation.md --- python_ruby_and_bash/text_manipulation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python_ruby_and_bash/text_manipulation.md diff --git a/python_ruby_and_bash/text_manipulation.md b/python_ruby_and_bash/text_manipulation.md new file mode 100644 index 0000000..0e04b38 --- /dev/null +++ b/python_ruby_and_bash/text_manipulation.md @@ -0,0 +1,10 @@ +# Tips for Text Manipulation + +## grep Commands Cheatsheets +- [Ryan's Tutorials Cheat Sheet](https://ryanstutorials.net/linuxtutorial/cheatsheetgrep.php) +- [DevNotes cheatsheet](https://dev-notes.eu/2016/10/grep-commands-cheatsheet) + +## Regex +- [grep + regex cheatsheet](https://staff.washington.edu/weller/grep.html) +- [nixCraft Tutorial](https://www.cyberciti.biz/faq/grep-regular-expressions/) +