Sunday, 19 May 2019

linux - Alternative to /proc/bus/usb/devices


/proc/bus/usb/devices should not be used anymore (and can't be mounted anymore on Ubuntu 11.04)


But what is an alternative to it, for use in a terminal?


I could easily grep that output to look for a certain device, but I'm lost in all the /sys/ entries...



Answer



I'm not completely clear on what information you are looking to extract from that file, but almost certainly the output of the lsusb command will be able to help you.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...