Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to grep files under a pattern path

unix grep

grep pattern to exclude negative numbers from file

regex bash shell grep

Copy all files with certain extension to another directory, while changing the extension

linux bash shell grep cut

grep regex lookahead or start of string (or lookbehind or end of string)

Difference between pgrep in sh and bash

bash grep sh