I need to cut line in specific moment, I want to display GPU name, but only name, nothing else.
inxi -Gx | grep Device showing:
Device-2: NVIDIA GK107GLM [Quadro K1100M] vendor: Dell driver: nouveau
I want it to show something like this
NVIDIA GK107GLM [Quadro K1100M]
How to cut this to show only name? Is there a way to print range, in this case from word Device to word vendor.