If you are running a command that returns hundreds of lines, but your interest is just on the lines that contains the word <word>, you should definitely use grep! For example try running:
ifconfig -a
Check the output, that could be only a few lines or quite long, if you have a server with ...