Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

Regular Expression: {n} and {n,m} ignore maximum number of repetition

regex grep

Remove all chars that are not a digit from a string

bash grep

How to grep a whole line, pass to sed, and delete the line?

linux sed grep find

mistake in for loop

bash for-loop grep

Invoke sed only on files which contain a certain string - problems with whitespaces in filenames

bash sed grep

Bash - alternative for: ls | grep

linux bash if-statement grep ls

Problem with Awk & Grep

linux awk grep

Grep filtering output from a process after it has already started?

linux bash grep pipe

grep or sed to compare data in two files

sed awk grep

Grep Pattern Repetition

unix grep

grep exact match [duplicate]

android linux grep adb

How do I extract the values from this data using bash and awk?

bash awk grep

Is there a way to filter a text file using grep (or any other tool), so that you can get a section of the file that's encased in bracers or brackets?

regex linux lua grep

Get text between, but not including, header and footer using awk or sed

text awk sed grep

Extract values from a Json in bash [duplicate]

linux shell awk sed grep

AWK / Grep - Exclude lines containing file paths

regex linux awk grep

Extract value from a list of key-value pairs using grep

Using cat and grep to print line and its number but ignore at the same time blank lines

linux bash shell grep cat

Replacing every occurrence of a char except when it's in a pattern

linux bash sed awk grep