# img_stat Notes ------- img_stat displays the details associated with an image file. The output of this command is image format specific. At a minimum, the size will be given and the byte range of each file will be given for split image formats. Help Text ------- ``` usage: img_stat [-tvV] [-i imgtype] [-b dev_sector_size] image -t: display type only -i imgtype: The format of the image file (use '-i list' for list of supported types) -b dev_sector_size: The size (in bytes) of the device sectors -v: verbose output to stderr -V: Print version ``` Example Usage ------- Links -------