Tag: grep

3 grep for file content but return the filename 2012-09-06T12:36:19.510

3 grep recursively to look for occurrence of a word in a particular file 2012-09-23T04:38:53.987

3 How to egrep the first character in second column? 2012-09-28T15:32:18.457

3 grep, xargs, sed to clean up PHP eval hack 2012-11-05T16:14:27.223

3 ash scripting: space-containing variable refuses to be grepped 2012-12-02T22:37:22.410

3 find any script which is running for more than say 30 minutes in Linux System 2013-01-15T08:07:43.023

3 Strange execution time for recursive grep 2013-03-05T21:04:02.127

3 How to ack-grep replace a string of multiple words 2013-03-19T12:12:49.570

3 How can I find a duplicate copy of an image file? 2013-03-28T18:58:51.950

3 How to grep file with prefix pattern? 2013-04-29T15:07:27.917

3 Dealing with whitespace in grep 2013-05-29T01:38:06.947

3 Regular Expression: how to match 'ab','ac' and 'a' 2013-06-17T06:03:27.143

3 How to grep through files which match a regex 2013-08-28T21:17:39.520

3 ag (the_silver_searcher) not searching entire file - does it have an implicit maximum input size? 2013-11-02T19:30:21.833

3 How to grep a group of files within a time range? 2013-12-01T02:21:55.433

3 How do I search for a string in a group of files when some of those files contain spaces? 2013-12-19T21:20:39.840

3 How to redirect ALL output from a command in Linux 2014-03-02T18:29:36.113

3 Using grep to filter output of a process 2014-03-12T21:03:39.480

3 Why ssh connection is refused? 2014-04-26T11:37:56.177

3 fit grep syntax from linux to solaris 2014-11-09T14:59:14.070

3 How to match everything from after the last YAML delimiter onwards 2014-11-19T20:25:06.613

3 how to select nth result on command line without using mouse 2014-12-26T08:00:50.230

3 Extract version string from filename 2015-06-09T02:34:45.673

3 When piped with ls, grep in solaris is not working 2015-07-24T09:56:22.627

3 how to open port in ubuntu? 2015-08-03T04:35:53.127

3 How can I mark two columns in the middle of text 2015-08-23T08:26:26.113

3 Performing PowerShell analog of *nix grep <multiple files by mask> 2015-10-12T09:12:09.947

3 How to get command output of “nvidia-settings” via command line? 2015-12-14T18:23:23.833

3 How to find files within a size range? 2015-12-18T08:31:19.520

3 Counting number of occurrences of a string in all files in a folder 2016-03-12T02:54:28.563

3 How do I search for substrings in Bash? 2016-04-19T23:42:46.887

3 grep a file and pipe the output to sed and store sed output in a file 2016-07-20T21:15:26.750

3 Find string pattern in file/input, Context dependent search, (not like grep) 2016-09-01T22:02:48.203

3 Trying to grep the output of fs_usage with poor results 2016-10-25T22:12:50.330

3 Why does sed only work on direct output from echo? 2016-11-22T04:14:50.877

3 How do I get grep to exclude specific paths? 2017-04-13T01:07:33.577

3 How to get a specific string value from an Apple System profiler SPHardwareDataType 2018-09-07T16:54:36.417

2 Linux: list contents of sub directories with given name? 2009-09-18T16:09:42.437

2 grepping large amounts of text 2009-12-16T20:33:47.923

2 grep + sed for find & replace fun! 2010-03-08T15:33:38.430

2 find . -exec grep -l 'string' {} \; -print 2>/dev/null 2010-04-07T02:11:11.700

2 strange behaviour of grep in UNIX 2010-04-16T11:12:46.950

2 grep on Windows XP vs. Windows 7 2010-04-21T02:26:07.223

2 Find words in many files 2010-04-23T05:22:35.697

2 Under *nix, how can I find a string within a file within a directory? 2010-05-02T10:29:58.053

2 *Why* does using /dev/null in find/grep display the file name? 2010-05-13T12:38:58.327

2 How to grep several pattern at once? 2010-06-24T05:11:18.143

2 How do I run a command on each file within a directory that matches a pattern? 2010-08-19T08:56:56.933

2 What is the best way to undelete some photos on Linux? Is there any way to use foremost to only recover files that only contain some text? 2010-08-29T15:03:16.253

2 ack + tool like grep (problem ) 2010-09-07T11:02:51.763

2 Tool to fix file names starting with =_iso-8859-1... in .eml file names? 2010-09-12T21:19:40.953

2 CLI: batch file rename -- with CONTENT ?? (e.g. specific text mentioned in file) 2010-10-02T21:00:17.097

2 Show the matching count of all files that contain a word 2010-10-31T21:59:28.783

2 renaming files in a directory 2010-12-10T10:58:29.233

2 Find the longest matching prefix in file? 2010-12-13T16:18:51.203

2 How to search for a pattern between lines 1500 to 2500? 2011-01-25T07:43:03.870

2 Grep a strange acirc character 2011-03-09T21:47:45.063

2 How to grep for a line that has the same number you both need and don't need 2011-03-23T21:32:42.013

2 How to make «grep -P "foo (b.r)"» display only what's in the brackets? Do I need perl? 2011-04-13T09:04:09.523

2 Return only pattern matched string from grep 2011-04-25T02:31:02.003

2 match all strings containing only one '/' character 2011-05-10T15:55:28.167

2 grep -f generating unexpected output 2011-05-14T04:29:53.803

2 Read a file and pipe to grep 2011-05-26T13:08:07.417

2 How do I write a script that sums the numbers in a file? 2011-06-27T11:23:50.570

2 How can I count the number of lines in my all my files in this directory? 2011-07-05T06:31:10.497

2 How to feed grep output into scp? 2011-07-20T10:52:31.723

2 Using regular expressions in Linux with grep 2011-08-03T11:32:32.003

2 Searching File Contents of Remote Server via FTP 2011-08-15T14:58:45.933

2 SW to replace a string in Windows 2011-08-19T13:27:54.183

2 Can I simulate ack by using grep with the right combination of options? 2011-08-25T10:30:23.023

2 Ignore first N matches and print (N+1)th match in grep 2011-08-21T03:13:59.147

2 How to print only an IP address list of traceroute? 2011-09-01T08:13:52.993

2 Why is 'grep -i' so slow? How to do it faster for ASCII? 2011-09-06T12:55:03.987

2 grep -c gives inconsistent outputs 2011-10-01T20:15:47.403

2 What does <html> do in a grep command? 2011-10-03T21:47:00.213

2 pgrep faster than it takes to start process, use sleep? 2011-10-04T06:48:08.650

2 How do I remove similar instances of lines using Unix commands? 2011-10-24T20:01:28.957

2 Case sensitive searching in Linux 2011-08-06T22:43:08.080

2 Finding multiline CDATA text in a bunch of XML files (possibly using grep) 2011-11-22T20:27:11.643

2 grep segfaults when passed "-r" and "--exclude-dir" and stdin is a pipe 2012-03-17T13:28:32.237

2 grep file for only part of line 2012-03-23T02:28:56.380

2 Bash script with grep -w 2012-04-08T12:18:36.213

2 Search all files containing text 2012-04-13T05:13:03.480

2 sanity check file to produce binary answer 2012-06-13T01:12:37.117

2 How to remove multiple word from grep command in AIX 2012-08-24T10:21:00.087

2 Why doesn't MSYS grep take options from variable? 2012-10-12T12:53:40.177

2 Store grep output with formatting as it is to a file 2012-10-27T05:20:04.197

2 Live (e)grepping on a file 2012-11-15T06:55:24.410

2 How do you remove all occurrences of values in one list from another list? 2012-11-20T19:02:23.543

2 grep multiple exclude extension 2012-11-23T12:03:21.777

2 What does this grep command actually do? 2012-12-07T03:12:33.347

2 Maintain text colors when wrapping command in bash script 2012-12-20T12:32:26.627

2 What's *nix terminal command to find and remove found files? 2013-01-12T11:54:00.950

2 List running services 2013-01-17T01:43:02.403

2 How to output a partial or a number from a mataching in grep or ack 2013-01-17T12:16:45.540

2 Conditional spaces in a regular expression? 2013-01-30T20:00:27.677

2 Bash: Find and replace text strings 2013-02-10T01:05:19.327

2 Why doesn't piping grep output into xargs work with color? 2013-02-12T07:05:53.783

2 Get everything on line but match with grep 2013-03-06T14:44:16.143