6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/sh
|
|
|
|
lspci -vv | awk '/ASPM/{print $0}' RS= | grep --color -P '(^[a-z0-9:.]+|ASPM )'
|
|
|
|
|