Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #awk #column #greater
ADD COMMENT
Topic
Name
4+5 =