Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grep

grep double quotes vs single quotes

regex shell grep

Bash: How can I grep a line for multiple instances of the same string?

regex bash grep

tail multiple files and grep the output [closed]

unix grep tail

Searching multiple patterns (words) with ack?

linux grep ack ag

Remove Leading Whitespace from File

sed grep whitespace

search with grep for words beginning and ending with

regex grep

grep --include command doesn't work in OSX Zsh

macos grep zsh

Omit "Is a directory" results while using find command in Unix

unix grep directory find

How can I print all the characters until a certain pattern (excluding the pattern itself) using grep/awk/sed?

awk sed grep

grep - return surrounding lines for each hit [closed]

grep

get a part of a line after grep

unix file grep

grep -f alternative for huge files

sed and grep get the line number for a match

bash sed grep

How to extract text portion of a binary file in linux/bash?

linux bash sed grep

List only certain files in a directory matching the word BOZO and ending with either '123' or '456'

unix find grep ls

Replacing "#", "$", "%", "&", and "_" with "\#", "\$", "\%", "\&", and "\_"

bash latex sed escaping grep

Searching for a string in multiple files on Linux [closed]

linux search grep

How to grep "\n" in file

linux grep

How to match until the last occurrence of a character in bash shell

regex bash shell grep

How to replace a string in multiple files using grep and sed when the -i argument is not supported?

macos unix sed grep