cyber-security-resources/python_ruby_and_bash/text_manipulation.md

13 lines
566 B
Markdown
Raw Normal View History

2019-03-22 13:54:26 +00:00
# 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/)
2019-03-22 13:57:41 +00:00
## Converters
- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary