Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

Find and replace using xargs sed - can I save the results to a file?

replace sed find grep xargs

ack is not doing a recursive grep

grep ack

Opposite of "only-matching" in grep?

grep

passing search string to grep as a shell variable

bash grep

Difference between ps –ef|grep java and ps –ef|grep *.java

unix 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

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

regex bash grep