✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
The grep command prints out lines of a file that match a specified pattern. The '-v' flag inverts the behaviour so the grep command prints out lines of a file that do not match the specified pattern.
Given a file foo.txt, suppose
grep -v hello foo.txtprints 5 lines of text, and
grep hello foo.txtprints 3 lines of text,
then how many lines are there in the file foo.txt?
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!