mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Create text_manipulation.md
This commit is contained in:
parent
e83ea3cca1
commit
03a3960bfc
1 changed files with 10 additions and 0 deletions
10
python_ruby_and_bash/text_manipulation.md
Normal file
10
python_ruby_and_bash/text_manipulation.md
Normal 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/)
|
||||
|
Loading…
Reference in a new issue