import os f=open('query.txt','r') b=f.readline() while b: cmd='grep %s my2.txt'%b #my2 is the file in which we are looking for b ...
確定! 回上一頁