awk '$3 > 100' file.txt
Category: Text Processing
Print lines where the third field is greater than 100