Blame test/fsnul1.awk

Packit Service f629e6
BEGIN { FS = "\0" ; RS = "" }
Packit Service f629e6
{ print $2 }