标签: awk fortran
如何在Fortran中使用Linux的awk命令?
do i=1,n call system("awk ($1=tmp(i)) '{print $2}' a.txt > b.txt") enddo