Search code examples
How do I find all files that do not begin with a given prefix in bash?...

bashshellunixgrepfind

Read More
How is it possible that a command chain ending in `cat` prints nothing, but executing `cat again on ...

linuxbashshellgrepcat

Read More
Extract multiple parts from a URL using shell...

shellawkgrep

Read More
how to use sed on a grep matched string and display the complete output...

unixawksedgrep

Read More
matching python multiline expression string from a file using grep?...

awksedgrepfind

Read More
Grep for string and read content until next match string...

searchawksedgrep

Read More
Find files with non-printing characters (null bytes)...

linuxbashunixgrep

Read More
Use variable date (has dashes) to match an expression that is void of dashes...

linuxbashgrep

Read More
grep REGEX parse html for email...

htmlgrep

Read More
Is there an easy way to pass a "raw" string to grep?...

bashescapinggrepcommand-line-interface

Read More
How to exclude certain directories/files from git grep search...

gitgrep

Read More
using grep inside make to check if a file contains an export to PATH...

regexmakefilegrep

Read More
(standard input) shown instead file name with grep -iHn "ERROR" and a second grep -vH &quo...

bashgrepfind

Read More
Extract BBEdit search history into a shell script...

regexshellgrepbbedit

Read More
How do you search for files containing DOS line endings (CRLF) with grep on Linux?...

linuxbashgrepnewline

Read More
Sitewide find and replace...

phplinuxsshreplacegrep

Read More
find command output filtered with grep...

linuxshellgrepfind

Read More
Using grep in .gitlab-ci.yml to find a line...

bashgrepgitlab-ci.yml

Read More
Using curl and grep to extract data from a file...

jsonbashcurlgrep

Read More
jq parse json with key which has special character DOT (.)...

jsongrepjq

Read More
When is grep searched for patterns to a file with quotes and/or without quotes in bash?...

bashshellgrep

Read More
TO find word count file by file...

unixgrepxargs

Read More
Split the word using bigram, trigram...

regexawksedgrep

Read More
How can I find repeated words in a file using grep/egrep?...

regexbashunixgrepword-boundary

Read More
Find and replace a URL with grep/sed/awk?...

grepreplace

Read More
Get value of total coverage percentage from coverage.py using a regular expression (REGEX)...

sedgreppytestcoverage.py

Read More
grep regex for lines with digit pairs (or more)...

regexgrep

Read More
Grep For Patterns But Exclude Results Where the Pattern is Nested...

bashshellgrep

Read More
Replace truncated word in a string...

rstringgrepgsub

Read More
Extract substring from a field with single AWK in AIX...

awkgrepkshaix

Read More
BackNext