diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:49:23 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:11 -0400 |
commit | 5de69d1884555d9cea4e2dce00ae4cefc67fdd57 (patch) | |
tree | bc377cc780ad10541671a7aba6dbdd68f71cadcb /system/scalpel | |
parent | c66db588d3b9ceb0c1a6eacd26526894889de996 (diff) |
system/scalpel: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/scalpel')
-rw-r--r-- | system/scalpel/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/system/scalpel/README b/system/scalpel/README index d4fc9994725d3..60efafb3f510d 100644 --- a/system/scalpel/README +++ b/system/scalpel/README @@ -1,10 +1,12 @@ -Scalpel is a fast file carver that reads a database of header and footer -definitions and extracts matching files or data fragments from a set of -image files or raw device files. Scalpel is filesystem-independent and will -carve files from FATx, NTFS, ext2/3, HFS+, or raw partitions. It is useful -for both digital forensics investigation and file recovery. +Scalpel is a fast file carver that reads a database of header +and footer definitions and extracts matching files or data +fragments from a set of image files or raw device files. Scalpel is +filesystem-independent and will carve files from FATx, NTFS, ext2/3, +HFS+, or raw partitions. It is useful for both digital forensics +investigation and file recovery. -To use it, you MUST have a conf file that defines the file types you want -to recover. Use the example scalpel.conf file from /usr/doc/scalpel +To use it, you MUST have a conf file that defines the file types +you want to recover. Use the example scalpel.conf file from +/usr/doc/scalpel See the man page for details. |