TechBull

Series 4 Episode 7


Listen Later

This episode covers the grep command and combines it with a pipe.

The episode also covers the ps command and combines it with grep and a pipe.


grep "day" hello.txt | more

grep -w "Hello" hello.txt | more

grep -w -n "Hello" hello.txt | more

ps -ef | grep 17142

...more
View all episodesView all episodes
Download on the App Store

TechBullBy Dave Goldsbrough