Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

Count how many times each word from a word list appears in a file?

bash grep

How to match chinese characters with grep?

vim grep cjk

Easiest way to recursively find and replace?

grep replace

Using grep to filter out words from a stopwords file

linux grep stop-words

Does sorting help efficiency of grep in Perl

perl grep

How do I grep for strings with special characters like []?

linux grep

How to find non-printable characters in the file?

Grep for a string that ends with specific character

regex bash grep

Finding a file within recursive directory of zip files

linux bash ubuntu sed grep

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

bash shell unix grep find

How does this Perl grep work to determine the union of several hashes?

perl grep

grep a pattern and output non-matching part of line

bash shell unix grep

Is it possible to use tail and grep in combination? [duplicate]

linux grep pipeline tail

grep match with string1 OR string2

grep solaris

grep for string in all files in directories with certain names

bash directory grep find

How can I ensure a Bash string is alphanumeric, without an underscore?

regex bash sed grep

Shell command to strip out ^M characters from text file [duplicate]

regex linux awk sed grep

Non greedy matching using ? with grep

regex bash grep

Extracting a part of String using grep/sed

regex sed grep

Extract text between two strings repeatedly using sed or awk? [duplicate]