Skip to content

Instantly share code, notes, and snippets.

@koonix
Last active July 1, 2021 10:24
Show Gist options
  • Save koonix/7fe9db0652d400381eff8561e86f9e28 to your computer and use it in GitHub Desktop.
Save koonix/7fe9db0652d400381eff8561e86f9e28 to your computer and use it in GitHub Desktop.
Watch connected usb devices on linux.
#!/bin/sh
# show a cleaned-up output of lsusb periodically. requires usbutils.
watch --differences --no-title --interval 0.5 "lsusb | grep -vi 'root hub$'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment