fortran程序求助,现在需要读取文本中特定几行的内容并输出到另一个文本中
没有学过程序,因为数据量极大,现在急用,拜托了
文本格式是类似这样的:
date1,date2,date3,date4
I want to know the ideal measure, 
input(1000, 0.11, 2000, 0.7, 3000, 0.1a,)

date1,date2,date3,date4
I want to know the ideal measure, 
input(1000, 0.8, 2000, 0.1, 3000, 0.2a,)

date1,date2,date3,date4
I want to know the ideal measure, 
input(1000, 1.6, 2000, 0.7, 3000, 0.5a,)

以上不断重复,我只要input那行,包括字符,数字,标点符号都要读出来,求完整的程序,跪谢高手