ubuntu-buildroot/output/build/host-gawk-5.2.0/test/fsnul1.awk

3 lines
43 B
Awk

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