Difference between revisions of "Icat"
From SleuthKitWiki
(New page: Version 2.09 Man Page NAME icat - copy files by inode number SYNOPSIS icat [-hrsvV] [-f fstype] [-i imgtype] [-o imgoffset] image [images] inode DESCRIPTION ...) |
(Added link to man page.) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | Back to [[Help Documents]] | |
| − | + | icat outputs the contents of a file in a disk image to STDOUT. It is similar to cat on a local file, but it takes a meta data structure address as input instead of a file name. | |
| − | + | ||
| − | + | * [http://www.sleuthkit.org/sleuthkit/man/icat.html Automatically Updated man Page] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 18:20, 11 September 2008
Back to Help Documents
icat outputs the contents of a file in a disk image to STDOUT. It is similar to cat on a local file, but it takes a meta data structure address as input instead of a file name.