#!/bin/bash # # compatible with php samba zonefiles # grep -vE '^[[:space:]]*;|^[[:space:]]*$' "$@" # compatible with both #sed -r '/^[[:space:]]*(;|#|$)/d' "$@"