`

grep tools on windows

阅读更多

最开始一直使用这个工具.

FileLocator Lite(Free Edision, Predecessor is Agent Ransack)

http://www.mythicsoft.com/page.aspx?type=filelocatorlite&page=home

 

后来因为公司不允许使用Filelocator, 切换到了AstroGrep.

AstroGrep并非最好用的工具, 但胜在开源免费, 既能满足我的功能需求, 有符合公司规定.

有类似需求者自行对比.

http://astrogrep.sourceforge.net/screenshots/

 

还有其他一些备选的, 如下:

What are good grep tools for Windows? 

http://stackoverflow.com/questions/87350/what-are-good-grep-tools-for-windows

 

Windows Grep

http://www.wingrep.com/features.htm

 

PowerGrep

http://www.powergrep.com/screen.html

 

grepWin

http://stefanstools.sourceforge.net/grepWin.html

 

GREP for Windows

http://www.interlog.com/~tcharron/grep.html

 

GREP for Windows (dngrep, another one at google code)

http://code.google.com/p/dngrep/

 

AJC Grep

http://www.ajcsoft.com/grep-search-download.htm

 

ack's command-line switches (ack --help)

http://beyondgrep.com/documentation/

 

 

 

 

 

 

 

分享到:
评论

相关推荐

    Small.Sharp.Software.Tools.epub

    You can even create new tools that fit right in with grep, sed, awk, and xargs. You'll work with the Bash shell and the most common command-line utilities available on macOS, Windows 10, and many ...

    unix power tools 3ed.pdf

    ### Unix Power Tools 3rd Edition – 关键知识点概览 #### 一、基本Unix环境 (Part I: Basic Unix Environment) **1.1 引言 (Chapter 1: Introduction)** - **目标**: 介绍Unix的基本概念和发展历史。 - **内容**...

    网络管理实践-实验1-FTP(centos 7).docx

    * 修改 ftp_home_dir 和 sftpd_full_access 状态:使用 setsebool -P allow_ftpd_full_access on 和 setsebool -P tftp_home_dir on 命令修改 ftp_home_dir 和 sftpd_full_access 状态。 * 配置用户权限:使用 vim /...

    idea的mybatis和console插件

    安装方法是:通过IDEA的设置(Preferences on macOS, Settings on Windows/Linux)-> Plugins -> Marketplace 搜索 "MyBatis",然后安装并重启IDEA。 接下来,我们来谈谈Console插件,这里提到的可能是GrepConsole...

    MobaXterm_Personal_10.5.exe.zip

    MobaXterm provides all the important remote network tools (SSH, X11, RDP, VNC, FTP, MOSH, ...) and Unix commands (bash, ls, cat, sed, grep, awk, rsync, ...) to Windows desktop, in a single portable ...

    Linux for Developers: Jumpstart Your Linux Programming Skills

    Building on this knowledge, Rothwell introduces scripting tools such as Bash, Python, and Perl, as well as traditional object-oriented programming languages such as Java, C++, and C. Finally, he ...

    MobaXterm 10.8最新professional版专业版

    对于本机,MobaXterm让你可以在windows下运行Unix命令,如:ls, cd, grep, awk, tail, cut, sed, wget, rsync, telnet, ssh, rlogin, rsh…等等Unix基本命令。而且MobaXterm有很多免费的插件可以实现你更多的需求 ...

    Live-debug-a-running-Process

    To set up GDB, we need to ensure that we have the necessary tools installed on our system. Specifically, we need to have the `gdbserver` and `gdb` binaries. 1. `gdbserver`: This binary is used to ...

    AstroGrep 4.3.0 老朽痴拙汉化版(超强搜索工具.net)

    AstroGrep 4.3.0 老朽痴拙汉化版(超强搜索工具.net)是一个Microsoft Windows grep工具。 grep是一个UNIX命令行程序,搜索文件或文件内的关键字。 AstroGrep支持正则表达式,多功能的打印选项,存储最近使用的路径,...

    DTS安装及samb安装

    - **检查服务状态**:使用 `ps -ef | grep 8100` 和 `ps -ef | grep mongo` 命令检查 DTS 服务是否已启动 - **设置开机自启**:编辑 `/etc/rc.d/rc.local` 文件,添加启动命令,并设置权限 `chmod +x /etc/rc.d/rc....

    BSD Hacks.pdf

    2. **Getting the Most Out of grep (HACK 14):** A detailed guide on utilizing `grep`, a command-line utility for searching text patterns in files, including advanced usage and tips for filtering and ...

    Linux for Developers

    * **Basic Commands:** Teaches how to use basic developer commands such as gzip and grep, essential for file compression and searching through files respectively. #### Navigating Linux Filesystems * *...

    JGsoft.RegexBuddy.v3.4.2

    Quickly test any regex on sample strings and files, preventing mistakes on actual data. Debug without guesswork by stepping through the actual matching process. Use the regex with source code ...

    正则表达式工具:JGsoft RegexBuddy v3.4.2 零售版(无需要注册激活)

    Quickly test any regex on sample strings and files, preventing mistakes on actual data. Debug without guesswork by stepping through the actual matching process. Use the regex with source code ...

    基于tomcat的jenkins搭建自动化build环境

    - 使用Xshell在Windows环境下下载SDK Tools压缩包,并通过rz命令上传至服务器。 - 或者,在Linux环境下使用`wget`命令直接下载: ```bash wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz `...

    在IDEA中使用Linux命令的操作方法

    在Windows系统中,如果你想要在命令行界面(cmd)中使用Linux命令,可以安装Gow(Gnu On Windows)。Gow提供了一个轻量级的解决方案,它包含了一套Linux命令行工具,让你在Windows上可以使用类似于`bash`的环境。然而...

    BSD HACKS -- 100个业界最尖端的技巧和工具

    Get the Most Out of grep Section 15. Manipulate Files with sed Section 16. Format Text at the Command Line Section 17. Delimiter Dilemma Section 18. DOS Floppy Manipulation ...

    Linux的软件安装

    在Linux操作系统中,安装软件的过程通常比Windows更为复杂,因为它涉及到更多的手动配置和管理命令。以下将详细讲解如何在Linux中安装JDK、MySQL和Tomcat这三个常见的软件。 1. JDK安装: 在Linux上安装Java ...

Global site tag (gtag.js) - Google Analytics