s412146-mlworkshops/file2.awk

7 lines
40 B
Awk
Raw Normal View History

2019-04-26 13:23:29 +02:00
BEGIN {
FS="//t"
}
{
print $3
}