grep.exe下载
- 公司: N/A
- 产品名称: N/A
- 文件版本: 5.5
- 文件路径: C:\Windows\system32\
- 文件类型: 应用程序
- 文件大小: 100KB
- 适用平台: XP/2003/Vista/Win7/windows8/Windows10
- 更新时间: 2009-08-30 09:05:13
- 文件描述: Turbo GREP 5.5 Copyright (c) 1992, 1998 Borland International
Syntax: GREP [-rlcnvidzuwo] searchstring file[s] or @filelist
Options are one or more option characters preceded by "-", and optionally
followed by "+" (turn option on), or "-" (turn it off). The default is "+".
-r+ Regular expression search -l- File names only
-c- match Count only -n- Line numbers
-v- Non-matching lines only -i- Ignore case
-d- Search subdirectories -z- Verbose
-e Next argument is searchstring -w- Word search
-o- UNIX output format Default set: [0-9A-Z_]
-u xxx Create a copy of grep named 'xxx' with current options set as default
A regular expression is one or more occurrences of: One or more characters
optionally enclosed in quotes. The following symbols are treated specially:
^ start of line $ end of line
. any character \ quote next character
* match zero or more + match one or more
[aeiou0-9] match a, e, i, o, u, and 0 thru 9 ;
[^aeiou0-9] match anything but a, e, i, o, u, and 0 thru 9
一、如果您的系统提示“没有找到grep.exe”或者“缺少grep.exe”等类似错误信息,请把grep.exe下载到本机
二、直接拷贝该文件到系统目录里:
1、Windows XP/Vista/Win7/8/10系统,则复制到C:\Windows\System32目录下。
三、然后打开“开始-运行-输入regsvr32 grep.exe”,回车即可解决错误提示!
二、直接拷贝该文件到系统目录里:
1、Windows XP/Vista/Win7/8/10系统,则复制到C:\Windows\System32目录下。
三、然后打开“开始-运行-输入regsvr32 grep.exe”,回车即可解决错误提示!



