это материал из курса. Из моего исследования код всегда начинается с Шебанга
#! /bin/sh
И я решил, что для решения этой проблемы мне, вероятно, потребуется использовать комбинации
wc, tail, grep, head
Но у меня проблемы с соединением. Помощь будет высоко ценится.
Write a shell command that processes a file
that is 200 lines long or more. It outputs the number of those lines within lines 100 through
199 *inclusive* that contain the character string “hello”.
Write a shell command that outputs the number of lines in the lines range
100..199 that contain "hello, " but is NOT followed by "world".