How to highlight and see a specific command that was executed in the Linux terminal?
Originally Published Here ๐!
To highlight and see a specific command that was executed in the Linux terminal, we can use the history command followed by the | operator (pipe operator), then the grep command and, the name of the command we need to se...
melvingeorge-me.hashnode.dev1 min read