📜  如果列大于则 awk - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:42.606000             🧑  作者: Mango

代码示例1
# insert the column condition after the ' and before the {
awk '$11>=1{ print <...> }'        # prints only if 11th col value >= 1