mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-18 19:06:08 +00:00
11 lines
398 B
Markdown
11 lines
398 B
Markdown
|
# 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/)
|
||
|
|