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

9 lines
43 B
Awk

BEGIN {
FS="^."
OFS="|"
}
{
$1 = $1
}
1