Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

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

Bash: surprising behavior of `fc-list | grep -q` with `pipefail`

bash grep sigpipe

Extracting alphanumeric values

bash awk grep

Why does changing from {3} to {4} not work for this regex?

regex grep

Removing blank lines

awk sed grep tr blank-line

man grep | grep "color" gives no result

bash unix grep command

Regex in grep -E not working as expected

regex bash shell grep

Grepping a 20g file in bash

regex performance bash unix grep

Print specific lines from a linux file according to diff output

linux sed grep diff pipe

How do you search subprocess output in Python for a specific word?

python grep subprocess

Grep just one line, then remove

xml bash awk sed grep

How do I use grep to parse a portion of bash command output into a variable?

bash unix grep