我想根据 column2 的值从文本文件中提取 column1。只有当 column2 大于 20 时,我才需要打印 column1。我还需要在输出中打印文件名。我怎样才能用 awk 做到这一点?
file1.txt
alias 23
samson 10
george 24
file2.txt
andrew 12
susan 16
david 25
desired output
file1
alias
george
file2
david