Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

Iterating through grep results line by line not delimited by space

bash grep

Grep regex to unscramble a word

regex grep

Make grep exit early when it finds a match

bash grep

BASH: Finding maximum value in a particular CSV column

bash csv awk sed grep

How to redirect grep to a while loop

bash while-loop grep

Bash Regex Capture Groups

regex bash grep pcre

Grepping for exact string while ignoring regex for dot character

bash grep

RegEx in awk and WinGrep

windows regex awk grep

How does Perl's grep function work with a regex?

regex perl grep

BASH: Find number in text -> variable

shell sed awk grep

grep variable in python

python grep

GREP and RegEx - find pattern and look for it again

regex grep

Using find, grep and sed together

linux sed grep find

Matching arbitrary number of digits using grep regex

regex grep

Match words in word-list and count occurrences

bash list sed awk grep

How to find lines that contain ONLY lowercase using grep

regex bash grep

How to use negative regex matching with grep -E? [duplicate]

regex grep

Piping of grep is not working with tail? [duplicate]

regex linux bash grep

How to filter on column value in bash

bash awk filter grep

Why does this `grep -o` fail, and how should I work around it?

regex bash grep