s412146-mlworkshops/file.awk
Dawid Kubicki 96f02609aa metryki2
2019-04-26 13:27:15 +02:00

7 lines
40 B
Awk

BEGIN {
FS="\\t"
}
{
print $2
}