Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

Grepping a huge file (80GB) any way to speed it up?

bash grep

How to search a specific value in all tables (PostgreSQL)?

Can I grep only the first n lines of a file?

bash search grep

How can I extract the first two characters of a string in shell scripting?

bash shell grep sh gnu-coreutils

How can I search for a multiline pattern in a file?

What are the differences among grep, awk & sed? [duplicate]

linux bash sed awk grep

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

linux bash grep newline

How to grep for case insensitive string in a file?

bash shell awk sed grep

Checking if output of a command contains a certain string in a shell script

bash shell grep

How do I use grep to search the current directory for all files having the a string "hello" yet display only .h and .cc files?

linux bash unix grep

How to exclude certain directories/files from git grep search

git grep

Is it possible to perform a 'grep search' in all the branches of a Git project?

git grep

How can I "grep" for a filename instead of the contents of a file? [closed]

grep

Preserve colouring after piping grep to grep

linux bash colors grep pipe

How to use sed/grep to extract text between two words?

string bash sed grep

How to process each output line in a loop?

bash shell grep

Grep characters before and after match?

bash grep

List files with certain extensions with ls and grep

bash shell macos grep

How to merge every two lines into one from the command line?

bash awk sed grep

More elegant "ps aux | grep -v grep"

linux grep