Skip to content

Instantly share code, notes, and snippets.

@Intey
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Intey/4ac23a9d35151c0baf31 to your computer and use it in GitHub Desktop.
Save Intey/4ac23a9d35151c0baf31 to your computer and use it in GitHub Desktop.
# display type;path of removable devices(usb, cdrom etc.).
awk '{ if ($3 == 1) { print $2";"$1 }}' <(lsblk -p —output=NAME,TYPE,RM)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment