首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

grep 输出准确的文件名

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

grep 输出正确的文件名


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

热点排行