You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
.github | 4 weeks ago | |
Backup Scripts | 4 weeks ago | |
Info-and-Guides | 1 day ago | |
1 week ago | ||
VM Scripts | 1 day ago | |
iMac | 6 months ago | |
.gitignore | 2 weeks ago | |
LICENSE.md | 7 months ago | |
README.md | 3 weeks ago |
README.md
Scripts
Scripts & Resources I have made.
Text Manipulation (vim):
:%g!/price/d
- Removes lines that don't contain price
:%s/foo/bar/g
- Replace all foo with bar
Adding prefix/suffix (Notepad++):
Find: ^(.*)$
Replace: Prefix $0 Suffix
Licensing
The code in this project is licensed under GNU GPLv3 License.