s416072-mlworkshops/file2.awk

8 lines
41 B
Awk
Raw Permalink Normal View History

2019-04-26 13:46:44 +02:00
BEGIN {
FS="\\t"
}
{
print $3
}