img_cat.1
来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 28 行
1
28 行
.TH IMG_CAT 1 .SH NAMEimg_cat \- Output contents of an image file..SH SYNOPSIS.B img_cat [-i imgtype] [-vV] .I image [images] .SH DESCRIPTION.B img_catoutputs the contents of an image file. Image files that are not raw will have embeddeddata and metadata. img_cat will output only the metadata. This allows you to convert an embedded format to raw or to calculate the MD5 hash of the data by piping the output tothe appropriate tool. .SH ARGUMENTS.IP "-i imgtype"Identify the type of image file, such as raw, split, or aff. Use '-i list' to list the supported types. If not given, autodetection methods are used..IP -vVerbose output of debugging statements to stderr.IP -VDisplay version.IP "image [images]"One (or more if split) disk or partition images whose format is given with '-i'..SH AUTHORBrian Carrier <carrier at sleuthkit dot org>Send documentation updates to <doc-updates at sleuthkit dot org>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?