Iš raw į tekstinę:
# convert raw zone file "example.net.raw", containing data for zone example.net, # to text-format zone file "example.net.text" # # (command) (format options) (output file) (zone origin) (input file) named-compilezone -f raw -F text -o example.net.text example.net example.net.raw
Iš tekstinės į raw:
# convert text format zone file "example.net.text", containing data for zone # example.net, to raw zone file "example.net.raw" # # (command) (format options) (output file) (zone origin) (input file) named-compilezone -f text -F raw -o example.net.raw example.net example.net.text