Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

How do you pipe input through grep to another utility?

bash cygwin grep pipe cut

Search and replace text in all files of a linux directory

linux bash text sed grep

How to escape single quotes in Bash/Grep?

linux bash escaping grep

Surround all lines in a text file with quotes ('something')

linux unix text directory grep

Extracting IP address from a line from ifconfig output with grep

regex grep

What flavour of regular expression is grep?

grep

grep without string

string grep

grep: match all characters up to (not including) first blank space

regex grep whitespace

How to grep a String in all the java files in subdirectories?

regex string grep

How can I grep complex strings in variables?

Find all files matching 'name' on linux system, and search with them for 'text'

linux command-line find grep

How can I see many grep results page by page?

grep

Unix Command to List files containing string but *NOT* containing another string

Pipe output to use as the search specification for grep on Linux

linux grep

Preserve ls colouring after grep'ing

bash grep colors ls

Counting regex pattern matches in one line using sed or grep?

regex bash sed grep counting

How to grep for a file extension

regex bash grep

Git search all diffs

git search grep diff

Grep files containing two or more occurrence of a specific string

unix grep

grep recursive filename matching (grep -ir "xyz" *.cpp) does not work

grep