grep 命令操作说明使用详解
2022-10-30 19:01:06 709B grep
1
Linux 三剑客 Awk、Sed、Grep 命令详解
2022-08-17 19:00:39 23KB linux
1
这个代码是自定义的Linux下的grep命令实现文件内容的查找,并罗列行数。Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。
2022-02-28 16:02:22 2KB grep
1
解压后复制到c:\windows目录, 进入命令行dir | grep keywords, 用法同linux。win10下测试好用。
2021-10-13 14:39:49 1.83MB grep windows
1
主要考察初学者对grep命令的运用
2021-08-15 01:31:11 2KB grep命令
1
grep命令详解
2021-07-06 10:26:46 9KB grep
1
大数据基础-Linux基础详解课程
2021-02-12 09:01:49 47.98MB 大数据 linux
1
#if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif #include __RCSID("$NetBSD: grep.c,v 1.11 2012/05/06 22:27:00 joerg Exp $"); #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "grep.h" #ifndef WITHOUT_NLS #include nl_catd catalog; #endif /* * Default messags to use when NLS is disabled or no catalogue * is found. */ const char *errstr[] = { "", /* 1*/ "(standard input)", /* 2*/ "cannot read bzip2 compressed file", /* 3*/ "unknown %s option", /* 4*/ "usage: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZz] [-A num] [-B num] [-C[num]]\n", /* 5*/ "\t[-e pattern] [-f file] [--binary-files=value] [--color=when]\n", /* 6*/ "\t[--context[=num]] [--directories=action] [--label] [--line-buffered]\n", /* 7*/ "\t[pattern] [file ...]\n", /* 8*/ "Binary file %s matches\n", /* 9*/ "%s (BSD grep) %s\n", };
2019-12-21 19:37:13 14KB Linux grep
1