Insert line after line match with sed

insert line after line match with sed

echo -e "House\nCar" | sed '/^House/a Money'

Export/import windows server DNS zones

You can use Export-DnsServerZone and Import-DnsServerZone .   Export: Export-DnsServerZone -Name "test.com" -Filename "test...

Mais vistos