Grep Command in Linux | Search & Find Text Patterns Anywhere!

preview_player
Показать описание
How to use grep in Linux or MacOS. The grep command is a great tool for quickly scanning through files and finding patterns. It also comes pre-installed on UNIX/Linux based systems.

My Linux Cheat Sheet and 25 Page Checklist here:

__
grep commands that were in video:

grep --v

grep SavvyNik *

grep -r SavvyNik *

grep -r -i SavvyNik *

grep -i SavvyNik *

grep “Savvy Nik” *.files

grep manual page:
Рекомендации по теме
Комментарии
Автор

Great video I have to look through tons of txt files so this makes my job much easier thank you 🙏

kenshinscott
Автор

Thanks for a great video. You saved me tons of time. Best wishes.

mortenlund