Difference between revisions of "Blkcat"

From SleuthKitWiki
Jump to: navigation, search
(Added link to man page.)
Line 1: Line 1:
 
Back to [[Help Documents]]
 
Back to [[Help Documents]]
  
dcat is used to output the contents of a specific block in a file system.  It takes a block address as input and outputs the contents to STDOUT.  
+
blkcat is used to output the contents of a specific block in a file system.  It takes a block address as input and outputs the contents to STDOUT. It used to be called dcat.  
  
* [http://www.sleuthkit.org/sleuthkit/man/dcat.html Automatically Updated man Page]
+
* [http://www.sleuthkit.org/sleuthkit/man/blkcat.html Automatically Updated man Page]

Revision as of 16:02, 19 October 2008

Back to Help Documents

blkcat is used to output the contents of a specific block in a file system. It takes a block address as input and outputs the contents to STDOUT. It used to be called dcat.