mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
287 B
Markdown
13 lines
287 B
Markdown
![]() |
# idevice_id
|
||
|
|
||
|
> List attached iOS devices or print the device name of a given device.
|
||
|
> More information: <https://manned.org/idevice_id>.
|
||
|
|
||
|
- List the UDIDs of all attached devices:
|
||
|
|
||
|
`idevice_id --list`
|
||
|
|
||
|
- List the UDIDs of all devices available via the network:
|
||
|
|
||
|
`idevice_id --network`
|