
Sign up to save your podcasts
Or
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
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