awk '$3 > 100' file.txt

Category: Text Processing

awk '$3 > 100' file.txt

Print lines where the third field is greater than 100

Filters lines where the value in the third column is greater than 100 — awk can do numeric comparisons on fields.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.