aboutsummaryrefslogtreecommitdiffstats
path: root/test/fsnul1.awk
blob: 5a1b473b75e6d8f58181b0737e2f656ee49604fd (plain)
1
2
BEGIN { FS = "\0" ; RS = "" }
{ print $2 }