Try this for example: $ lspci | grep --p "VGA|USB"
One I add --p it searches differents words for results: USB then VGA.I used this for years but only now I'm noticing there's no documentation in grep for that (but it works).
Try this for example: $ lspci | grep --p "VGA|USB"
One I add --p it searches differents words for results: USB then VGA.I used this for years but only now I'm noticing there's no documentation in grep for that (but it works).