Quoting kumar s <[EMAIL PROTECTED]>:

> What to do:
> I want to print values that are 25 in column 1 and not
> the other values such as 24,22,21 etc.

awk '$1 == 25' psl

:-)

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to