Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

How can I use Mac OS X (and UNIX) command line tools like grep with UTF-16 files?

macos unix unicode grep utf-16

Linux find files and grep then list by date

linux list find grep exec

Unix: Grep on console output

unix console grep

Search log file for string with bash script

string bash 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

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

regex bash grep