Answers for "awk if column greater than"

0

awk if column greater than

# insert the column condition after the ' and before the {
awk '$11>=1{ print <...> }'		# prints only if 11th col value >= 1
Posted by: Guest on June-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language