An Entrepreneur, Coach, IT Consultant, Strategic Adviser, and a Traveler craving to explore and contribute to forming a better society.

Saturday, January 17, 2009

Shell Scripting #0009 - Displaying the lines of a file if one of the column has value of more than 100

No comments :
Keywords: Awk Programming, Shell Scripting, AWK Command

Displaying the lines of a file if one of the column has value of more than 100 (Category: Awk Programming)

awk '{if ($1 < 100 ) print}' filename

Keywords: Awk Programming, Shell Scripting, AWK Command

Featured Blog Topics:

No comments :