GREP a Powerful Search tool

preview_player
Показать описание
In this episode of the CyberGizmo we explore the grep command. I will talk a bit about the differences between the different versions of egrep, fgrep and pgrep.

Follow me:
Twitter @djware55

Music Used in this video
Licensed under Creative Commons: By Attribution 3.0 License
Рекомендации по теме
Комментарии
Автор

Nice channel, thanks! In GNU grep, the extended regexp functionality can be used without the -E option if the meta-characters are escaped, e.g. \(, \|, etc. Also, the -R option won't recurse if the arguments after the pattern are not directories; files can be specified as "grep -r --include=*.txt searchPattern", which searches the current directory recursively.

astrodoe
Автор

Loving the space odyssey navigation computer screen images behind you.

ChrisMcDonough
Автор

You are donig great job Sir, Thank you so much and keep up

mansourq
Автор

How do you not have a million subscribers

ASAPSIDJ
Автор

To be more accurate... Alexander Hamilton...John Jay and James Madison...were the three writers...

rlosangeleskings
Автор

See ripgrep for a faster and memory safe alternative.

FinaISpartan