“00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter”
how can i get the first numbers until VGA with SED in Bash script?
Thanks!
00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter how can i get
Share
will keep the numbers.
In a script you’re likely going to pipe the command that returns you the string to sed, like
which gives