1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/idevicescreenshot.md

13 lines
308 B
Markdown
Raw Normal View History

# 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}}`