Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

How do I return only the matching regular expression when I select-string(grep) in PowerShell?

regex powershell grep

Regex for 1 or 2 digits, optional non-alphanumeric, 2 known alphas

c# regex grep

How can I check if 'grep' doesn't have any output?

bash if-statement null grep

Is there a grep equivalent for find's -print0 and xargs's -0 switches?

bash unix grep find xargs

How do you exclude symlinks in a grep?

grep

How to count occurrences of a word in all the files of a directory?

linux unix count find grep

Using grep with regular expression to filter out matches

grep

Extract string from string using RegEx in the Terminal [duplicate]

regex bash grep

grep: group capturing

regex linux bash grep

Can not extract the capture group with either sed or grep

regex linux sed grep

Unix grep regex containing 'x' but not containing 'y'

regex unix grep regex-negation

Tarballing without Git metadata

find packaging tar xargs grep

Is it better to use git grep than plain grep if we want to search in versioned source code?

linux git grep

How to do whole-word search similar to "grep -w" in Vim

vim grep

shell variable in a grep regex

bash grep

Redirect stderr to /dev/null

linux grep

Grep output with multiple Colors?

bash colors sed awk grep

Is there an easy way to pass a "raw" string to grep?

Linux shell script to add leading zeros to file names

linux bash shell grep

Delete a list of files with find and grep

grep find pipe rm