notes/os/unix/text/grep.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

20 строки
573 B
Plaintext

tips:
https://geekflare.com/grep-command-examples/
https://proglib.io/p/16-opciy-grep-kotorye-pomogut-vam-v-realnom-mire-2021-03-16
http://www.fromdev.com/2016/09/powerful-grep-command-tips.html
grep "exception" --color=always a.txt | grep -v "no subscriptions refer to assertion" | grep -v "Overlimit original text"
grep
-f, --file=
obtain patterns from file
fgrep
-F, --fixed-strings
use fixed string vs regexp-patterns
2022
LearnLinuxTV - Linux Essentials - The grep Command 0:00 of 14:56
https://www.youtube.com/watch?v=Tc_jntovCM0