标签:
Linux下:
find . -name "*.jsp" | xargs egrep -liw "createNewFile| File\(| File |application.getRealPath"findstr /S /M /D:e:\T6_lucene /C:"createNewFile" /C:" File " /C:" File(" /C:"application.getRealPath" *.jsp
windows下:
findstr /S /M /D:d:\ReServices4 /D:"createNewFile" /D:"file" /D:" File("/D:"application.getRealPath" *.jsp > 1.txt
标签:
原文地址:http://www.cnblogs.com/guyezhai/p/4914640.html