mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 01:54:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List the USB hierarchy as a tree:
|
||||
|
||||
`lsusb -t`
|
||||
`lsusb {{[-t|--tree]}}`
|
||||
|
||||
- List verbose information about USB devices:
|
||||
|
||||
`lsusb --verbose`
|
||||
`lsusb {{[-V|--verbose]}}`
|
||||
|
||||
- List detailed information about a USB device:
|
||||
|
||||
`lsusb --verbose -s {{bus}}:{{device number}}`
|
||||
`lsusb {{[-V|--verbose]}} -s {{bus}}:{{device number}}`
|
||||
|
||||
- List devices with a specified vendor and product ID only:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user