grep 输出正确的文件名?cat gbz.txt |while read f do h20130715/$f/*billing0715231[0-4]* grep -l
grep 输出正确的文件名

?cat gbz.txt |while read f ; do h=20130715/$f/*billing0715231[0-4]*; grep -l 'img4.cache.netease.com' $h 2>/dev/null ; done
grep 输出正确的文件名

?cat gbz.txt |while read f ; do h=20130715/$f/*billing0715231[0-4]*; grep -l 'img4.cache.netease.com' $h 2>/dev/null ; done