MAC OS Command Line: GREP command

preview_player
Показать описание
MAC OS Command Line: GREP command

You can find the corresponding files used in this video at:
Рекомендации по теме
Комментарии
Автор

to grep a man-page I needed to pipe the output to: _col -b_ or it doubles letters for bold.
man grep | col -b | grep "invert" .... which searched the grep-man-page for the term "invert"

trumanhw