This is a collection of some small but useful BASH Scripts.

Script Description
cleanup.sh This script removes lines with "0.0.0.0" or "127.0.0.1" at the beginning of the line. Useful for DNS-Blocklists.
Read more
remove-comments.sh This script will remove all comments (#, //) and empty lines from a file.
Read more
replace-lines.sh This script will recursively (all subfolders) replace all text == OLD_TEXT with NEW_TEXT in HTML files.
Read more
search-string.sh This script will recursively search files in a directory for a pre-defined string.
Read more