Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

find and copy all images in directory using terminal linux mint, trying to understand syntax

Can you grep a file using a regular expression and only output the matching part of a line?

unix shell grep

Grepping for exact words with UNIX

unix grep

What's the difference between grep and map in Perl?

perl map grep

Recursive Grep to show only total matchin count

bash shell grep

Positive/Negative lookahead with grep and perl

Shell function to tail a log file for a specific string for a specific time

linux grep tail

Why is "grep --ignore-case" 50 times slower?

performance bash time grep

What's the difference between "grep -e" and "grep -E" [closed]

linux shell grep

Tail -f - Show last X lines that match a pattern

grep match tail

How do I remove all lines matching a pattern from a set of files?

bash sed grep pattern-matching

Read a config file in BASH without using "source"

bash grep eval config

Grep - how to output only the content of a capturing group

bash shell grep

Bash - find a keyword in a file and delete its line [duplicate]

Why does grep lose colored output when executed from a bash script? [duplicate]

bash colors grep

Use output of two greps with diff

grep diff

Linux search text string from .bz2 files recursively in subdirectories

linux recursion grep bzip2

grep egrep multiple-strings

regex grep

Bash. Get intersection from multiple files

bash shell command-line awk grep

Using the grep and cut delimiter command (in bash shell scripting UNIX) - and kind of "reversing" it?

bash unix scripting grep cut