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/) +