本文介绍了在许多文件或文件夹中搜索代码的工具有哪些?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是在许多文件或文件夹中查找代码的实用程序.类似于PowerGrep,但免费.

What is an utility to find code throughout many files or folders. Something akin to PowerGrep but freeware.

推荐答案

在Windows上,有一个类似于grep的查找"命令.

On Windows, there's a "find" command that is similar to grep.

您还可以下载cygwin或其他Unix模拟器并从中获取grep.

You could also download cygwin or some other Unix emulator and get grep from that.

在Windows上,您还可以使用"unxutils"包获得独立的grep版本: http://unxutils. sourceforge.net/

On Windows, you can also get a standalone version of grep with "unxutils" pack: http://unxutils.sourceforge.net/

这篇关于在许多文件或文件夹中搜索代码的工具有哪些?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 09:36
查看更多