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

3 lines
43 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
BEGIN { FS = "\0" ; RS = "" }
{ print $2 }