249 Getting colored results when using a pipe from grep to less 2009-09-04T21:46:30.363
246 Grep equivalent for Windows 7? 2011-06-22T20:51:57.330
189 Using watch with pipes 2010-05-12T19:23:47.857
75 grep to find files that contain ^M (Windows carriage return) 2010-10-01T05:44:09.257
72 How to find uptime of a linux process 2012-01-20T10:05:36.123
62 Monitoring a file until a string is found 2011-04-13T20:38:57.810
57 What is the difference between grep, pgrep, egrep, fgrep? 2012-11-21T19:36:04.187
53 Grep-like functionality for Notepad++? 2012-04-11T07:38:58.620
50 recursive grep: exclude specific directories 2009-11-06T12:41:07.440
49 Powershell equivalent of `grep -r -l` (--files-with-matches) 2014-04-15T18:35:45.107
48 Can GNU Grep output a selected group? 2009-07-22T23:26:04.717
43 How can I "grep" recursively filtering the name of the files I want with wildcards? 2014-05-23T08:42:50.100
42 How can I grep with color in Mac OS X's terminal? 2012-04-25T18:01:06.307
42 How to use 'sed' with piping 2016-08-02T07:59:10.447
36 What regular expression can I use to match an IP address? 2010-10-24T12:00:49.097
36 find / grep command without searching mounted shares 2011-01-05T15:27:56.643
35 Writing "tail -f" output to another file 2009-10-23T15:43:00.910
32 grep: display all output but highlight search matches 2015-05-14T16:40:13.393
29 Counting total number of matches with grep instead of just how many lines match 2011-09-24T21:02:49.130
29 grep for "term" and exclude "another term" 2013-01-17T10:26:18.170
27 Excluding grep from process list 2012-04-07T12:12:50.397
26 Combine tail -f with grep? 2012-01-09T16:50:31.627
23 How to find file with name="php.ini" on linux using grep command 2011-06-14T09:04:10.307
22 Grep tool for XML 2009-08-05T12:59:04.247
22 List only the device names of all available network interfaces 2010-10-25T20:41:03.617
22 How to grep a log file within a specific time period 2012-06-21T10:54:47.003
21 In Unix "less", can I jump to the next line that does NOT contain X? 2010-10-02T10:59:24.117
21 How to prevent a password or other sensitive information from being stored in the bash history when using grep? 2013-07-25T15:06:34.417
20 Advantages of cat'ing file and piping to grep 2010-09-23T15:45:33.200
19 Ubuntu Linux: find files between specific times? 2013-04-09T09:23:18.690
18 Ubuntu grep, find etc: "Permission denied" and "No such file or directory" output 2012-01-24T17:08:31.460
17 How to Combine find and grep for a complex search? ( GNU/linux, find, grep ) 2009-09-24T13:08:37.100
17 Manually select/unselect lines before forwarding to stdout 2019-07-15T08:10:25.707
16 How to use ack to search for file name 2010-04-25T12:11:24.970
16 How to list all source files (*.c, *.cpp, *.h) 2011-02-14T18:25:37.123
16 Edit first line of large text file 2012-12-14T13:45:13.657
15 how to grep and print the next N lines after the hit? 2011-06-16T15:46:53.117
14 How can I recursively grep particular files in a directory? 2009-08-06T14:44:25.320
14 Better way to do "echo $x | sed ..." and "echo $x | grep ..." 2010-02-04T10:11:29.780
14 Finding and deleting lines from all files recursively 2012-07-06T00:26:13.963
14 Command-line CSS selector tool 2013-01-06T00:07:36.943
14 How to use grep on Linux to report in a verbose way whether a string is present in a file? 2013-09-27T07:22:44.187
13 Unicode grep for Windows 2010-02-09T12:57:47.997
13 Grep multiline pattern 2010-07-20T09:56:24.783
13 How do you search for specific text in specific file types? 2011-08-25T21:35:07.440
12 grep all .java files in a directory for a particular string 2009-07-15T20:06:45.357
12 How is \$ being interpreted by grep? 2010-04-15T12:45:27.813
12 grep changing the delimiter 2010-05-13T20:11:11.957
12 Is there a command in Mac OS X that can perform multiline regex searching? 2011-06-24T00:36:42.473
12 How can I identify non-ASCII characters from the shell? 2012-04-26T18:59:27.387
12 Regex for "or" of multiple words in grep 2012-06-13T01:06:22.040
12 How do I pipe output to date -d "value"? 2014-02-04T01:23:44.220
11 How do I search for a string in a PHP file using `grep`? 2010-01-19T16:40:30.767
11 ls | grep | rm -- How to format this command? 2011-01-31T20:33:14.090
11 irssi grep some pattern on history 2011-02-02T20:10:31.077
11 Get the most common appearing lines from file in Linux 2012-01-29T20:02:07.810
11 How to combine wget and grep 2012-06-01T19:34:49.033
11 Grep default color option 2013-05-02T17:52:53.210
11 Breadth-first search with ack or grep 2014-12-06T14:30:24.127
11 Grep not honoring --exclude-dir 2016-07-02T18:50:26.197
11 Grep in files with a specific extension under a directory 2016-09-08T03:49:12.580
11 ack-grep show the matched files name only. Do not show the matched content 2017-07-18T19:50:05.927
10 Grep in Microsoft Word? 2009-11-13T18:42:53.583
10 grep beginning of file? 2010-03-12T19:16:05.637
10 Is there a `grep`-like utility to match strings instead of lines? 2011-06-22T16:55:38.443
10 Using an index to make grep faster? 2011-08-09T09:35:42.347
9 Mac OS X search and replace tool with regular expression support 2010-03-02T15:49:09.707
9 Command line tool to search phrases in large number of pdf files 2010-07-13T17:29:31.250
9 How to get Bash shell history range 2010-10-04T11:12:53.880
9 How to recursively find a .doc file that contains a specific word? 2011-08-31T11:57:23.680
9 Grep in Mac OS X's terminal -- only displaying one color 2012-05-02T04:41:24.360
9 How do I grep the first 50 lines of each file in a directory recursively? 2013-10-29T17:55:22.783
9 What are the exact reasons `grep` on /proc and raw disks is a bad idea? 2016-10-13T17:02:46.497
8 grin, ack and rak comparison 2010-02-04T15:11:00.170
8 Unix 'grep' for a string within all gzip files in all subdirectories 2010-05-21T10:21:57.467
8 How can I grep in source files for some text? 2011-08-25T08:11:13.767
8 How to set line length limit when using grep (Filter result by line length)? 2012-07-13T05:39:35.747
8 What does the grep switch --color=auto do? 2012-11-01T17:22:19.843
8 Does Unix grep work faster with long or short search terms? 2013-05-07T07:22:09.910
8 Is negative look-behind supported in OSX grep? 2013-08-31T20:54:05.153
8 regex : does not begin by "pattern" 2013-10-07T23:04:05.683
8 Recursive zgrep not working 2013-12-10T20:24:49.407
8 watching output of "ps aux | grep blah" in tmux will not work? 2014-07-25T11:46:08.083
8 How to have grep print only the matching text plus X surrounding characters 2014-08-07T21:39:42.080
8 Can grep show context, but not a full line? 2014-11-05T12:11:38.967
7 How to use grep to search for multiple options 2010-05-20T04:49:40.900
7 How do I find a phrase/word recursively in a file tree in Linux? 2010-08-31T13:54:48.247
7 Grep exits abnormally with code 123 when running rgrep on emacs 2010-10-07T16:27:57.733
7 grep count multiple occurrences 2013-01-08T11:16:38.073
7 How to grep a section of a file in bash shell 2013-04-11T11:46:19.437
7 Recursively list full absolute path of files with permissions in Linux 2013-05-14T15:14:04.430
7 How can I grep a hex value in a string in a binary file? 2013-08-04T17:56:34.300
7 How can I avoid the "grep: Argument list too long" error? 2013-08-06T15:08:54.313
7 grep does not recurse 2013-10-28T21:26:49.467
7 Print line X lines before/after found line 2013-12-14T10:25:26.603
7 If, else based on command piped to grep 2014-05-07T17:24:28.860
7 "git grep" equivalent in Subversion? 2014-08-07T18:54:13.527
7 Anything faster than grep? 2014-12-20T10:27:15.953
7 How to get the n-th line after a grepped one? 2019-03-16T22:07:33.620