DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Getting Rid Of Domain Transfer Limitations In All Zone Files On Ensim
An inelegant use of find and grep, but it works.
find . | grep -e "zone" | xargs perl -pi -e 's/allow-transfer {.+?}\;//'




