Hi There,
I'm very new to Python. Is there a easy way of looping trhough a file and using the values in a grep command?
Value A Value B
2011-12-14 20:54:09, 797410378,
2011-12-14 20:55:52, 734451141,
2011-12-14 20:56:30, 796058907,
2011-12-14 20:59:51, 736280553,
2011-12-14 21:09:42, 729858848,
2011-12-14 21:12:02, 825895818,
2011-12-14 21:13:53, 828495337,
2011-12-14 21:25:31, 820533082,
2011-12-14 21:32:08, 730805414,
2011-12-14 21:56:05, 710672381,
grep ValueA File.txt | grep ValueB
Regards