I have a script that is running and uses
lspci -s 0a.00.1
This returns
0a.00.1 usb controller some text device 4dc9
One more way to approach this is to use <<< notation:
<<<
tail -c 5 <<< '0a.00.1 usb controller some text device 4dc9'