mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 14:58:17 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/adb-devices
Normal file
17
tldr/adb-devices
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# adb devices
|
||||
|
||||
> List connected Android devices.
|
||||
> More information: <https://manned.org/adb>.
|
||||
|
||||
- List devices:
|
||||
|
||||
`adb devices`
|
||||
|
||||
- List devices and their system info:
|
||||
|
||||
`adb devices -l`
|
||||
Reference in New Issue
Block a user