2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/identify
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00

7 lines
153 B
Plaintext

# identify
#
# describes the format and characteristics of one or more image files
# show width and height of the image
identify -format '%w %h' ${img}