How can I count the next to last column of the dataset below and count the unique occurrence of the next to last column of the dataset below? Typical dataset is about 200,000 lines; so I would have to use a command to open the ascii file and then count.
'2010-07-28 18:04:55.000',1,2214,7,33,1,1,1160,100
'2010-07-28 18:32:31.000',1,2056,7,33,1,1,1160,100
'2010-07-28 20:26:04.000',1,8916,101,33,1,1,1160,100
'2010-07-28 21:03:17.000',1,8935,7,33,1,1,1160,100
'2010-07-29 08:46:13.000',1,8917,7,33,1,1,1125,100
'2010-07-29 09:22:59.000',1,2067,350,33,1,1,859,100
'2010-07-29 10:01:07.000',2,6024,339,33,1,1,859,100
'2010-07-29 10:37:11.000',1,2211,7,33,1,1,1160,100
'2010-07-29 10:41:53.000',2,6024,339,33,1,1,859,100
'2010-07-29 11:18:28.000',1,8909,300,33,1,1,859,100
'2010-07-29 11:50:19.000',2,2034,339,33,1,1,1160,100
'2010-07-29 12:53:09.000',1,8938,1,33,1,1,1126,100
'2010-07-29 13:05:09.000',1,8919,7,33,1,1,1148,100
'2010-07-29 13:10:33.000',2,2029,339,33,1,1,1160,100
'2010-07-29 13:18:56.000',1,7424,331,33,1,1,1148,100
'2010-07-29 13:19:43.000',1,8917,7,33,1,1,1126,100
'2010-07-29 13:51:03.000',1,8930,7,33,1,1,1160,100
'2010-07-29 14:22:41.000',1,7433,17,33,1,1,859,100
'2010-07-29 14:54:47.000',2,2028,4,33,1,1,859,100
'2010-07-28 18:04:55.000',1,2214,7,33,1,1,1160,100
'2010-07-28 18:32:31.000',1,2056,7,33,1,1,1160,100
'2010-07-28 20:26:04.000',1,8916,101,33,1,1,1160,100
'2010-07-28 21:03:17.000',1,8935,7,33,1,1,1160,100
'2010-07-29 08:46:13.000',1,8917,7,33,1,1,1125,100
'2010-07-29 09:22:59.000',1,2067,350,33,1,1,859,100
'2010-07-29 10:01:07.000',2,6024,339,33,1,1,859,100
'2010-07-29 10:37:11.000',1,2211,7,33,1,1,1160,100
'2010-07-29 10:41:53.000',2,6024,339,33,1,1,859,100
'2010-07-29 11:18:28.000',1,8909,300,33,1,1,859,100
'2010-07-29 11:50:19.000',2,2034,339,33,1,1,1160,100
'2010-07-29 12:53:09.000',1,8938,1,33,1,1,1126,100
'2010-07-29 13:05:09.000',1,8919,7,33,1,1,1148,100
'2010-07-29 13:10:33.000',2,2029,339,33,1,1,1160,100
'2010-07-29 13:18:56.000',1,7424,331,33,1,1,1148,100
'2010-07-29 13:19:43.000',1,8917,7,33,1,1,1126,100
'2010-07-29 13:51:03.000',1,8930,7,33,1,1,1160,100
'2010-07-29 14:22:41.000',1,7433,17,33,1,1,859,100
'2010-07-29 14:54:47.000',2,2028,4,33,1,1,859,100