diff --git a/README.md b/README.md index 9b28eb7..52235b5 100644 --- a/README.md +++ b/README.md @@ -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"```