Well, whenever I use the grep command it looks for a word that contains the desired word + anything, how can I make it understand that I just want that word and nothing else? ex:
ps aux|grep bc
Instead of looking for it
...... bcache
...... bclink
...... bc
......
......
Look for only the word bc
......bc