Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

How to get the line number of a match?

Using tee and grep to save certain lines of output to a file

grep tee

Negative lookbehind in regex

Filter line from Ansible stdout_lines result

linux filter grep ansible stdout

bash regex for word with some suffixes but not one specific

regex bash grep

How to use `git grep --not`

git grep

How do I pass the resulting files from one grep pass to another so that I only grep through the subset with the second pass?

linux bash grep

grep unicode 16 support

linux unicode utf-8 grep utf-16

'grep' in PowerShell 1.0

powershell grep

Grep to find a file that contains a string in a directory

bash shell grep

Extract using sed or grep

regex linux sed awk grep

grep -vf too slow with large files

bash performance shell awk grep

Sorting groups of lines

bash shell awk sed grep

Is it possible to use Grep, Sed or Awk or a bash script without sorting the output file?

bash awk sed grep

tail and grep + print and exit first match

linux bash grep tail

Match from beginning to word as long as there are no . in between: Convert grep -Po command to sed

regex bash sed grep

grep string after what I specify [duplicate]

linux grep

Shell: Find Matching Lines Across Many Files

grep

How to determine whether a string contains newlines by using the grep command?

shell unix scripting grep

How can i use tee to send all output to stdout and grepped output to file?

unix logging grep tee