mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# idevicescreenshot
|
|
|
|
> Get a screenshot from the connected iOS device.
|
|
> More information: <https://manned.org/idevicescreenshot>.
|
|
|
|
- Save a screenshot with the default file name as a TIFF image:
|
|
|
|
`idevicescreenshot`
|
|
|
|
- Save a screenshot with a specific file name:
|
|
|
|
`idevicescreenshot {{path/to/file.tiff}}`
|