Create text_manipulation.md

This commit is contained in:
Omar Santos 2019-03-22 09:54:26 -04:00 committed by GitHub
parent e83ea3cca1
commit 03a3960bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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