Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

grep for a line in a file then remove the line

string bash awk sed grep

Count number of occurrences of token in a file

bash shell grep

Extract lines between two patterns from a file [duplicate]

linux sed awk grep

How to grep number of unique occurrences

bash awk grep

count number of tab characters in linux

bash unix csh grep

Find files with illegal windows characters in the name on Linux

regex linux grep find

Ruby equivalent to grep -v

ruby regex grep

How can I implement Unix grep in Perl?

regex perl grep

Is there a way to configure Vim grepprg option to avoid waiting until the external tool has finished searching?

vim grep

How to make grep [A-Z] independent of locale?

grep locale

Search Within Files On Remote FTP Site

text cygwin grep lftp

Do not merge the context of contiguous matches with grep

grep matching

regex for one character or another?

regex grep

How to replace whole string using sed or possibly grep

bash shell sed grep

An encoding-savvy grep replacement?

character-encoding grep

How do I grep for entire, possibly wrapped, lines of code?

linux unix command-line awk grep

Fastest way to grep multiple values from file in python

python grep

Recursively search for files of a given name, and find instances of a particular phrase AND display the path to that file

bash file shell grep msys

delete jobs by grepping qstat output and sending jobid to qdel?

bash grep pbs

How to make grep stop at first match on a line?

grep