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

4 lines
34 B
Awk

{
print split(strftime($1), f)
}