(root)/
gawk-5.2.2/
test/
fsnul1.awk
BEGIN { FS = "\0" ; RS = "" }
{ print $2 }