Update README.md

This commit is contained in:
April 2018-02-15 20:50:44 +11:00 committed by GitHub
parent 185caf6c4f
commit c72cc80e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 9 deletions

View File

@ -147,25 +147,29 @@ Command-line flags:
-with-path string
Target path for disk operation (-file-extract,-file-put,-file-delete)
```
Getting Started
## Getting Started
Ingest your disk collection, so diskm8 can report on them:
diskm8 -ingest "C:\Users\myname\LotsOfDisks"
Simple Reports
```diskm8 -ingest "C:\Users\myname\LotsOfDisks"```
### Simple Reports
Find Whole Disk duplicates:
diskm8 -whole-dupes
```diskm8 -whole-dupes```
Find Active Sectors duplicates (inactive sectors can be different):
diskm8 -as-dupes
```diskm8 -as-dupes```
Find Duplicate files across disks:
diskm8 -file-dupes
Limiting reports to subdirectories
```diskm8 -file-dupes```
### Limiting reports to subdirectories
Find Active Sector duplicates but only under a folder:
diskm8 -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"
```
```diskm8 -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"```