markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
794 stars 78 forks source link

Wiki typo #293

Closed zwimer closed 1 year ago

zwimer commented 1 year ago

On: https://github.com/markfasheh/duperemove/wiki/Performance-Numbers#full-run

weyoun2:~ # time -drh --io-threads=16 --hashfile=test.dup /btrfs/ &> full_run.txt
real    42m13.699s
user    3m58.341s
sys     32m4.163s

Should probably be:

weyoun2:~ # time duperemove -drh --io-threads=16 --hashfile=test.dup /btrfs/ &> full_run.txt
real    42m13.699s
user    3m58.341s
sys     32m4.163s

It's missing the duperemove after time.

JackSlateur commented 1 year ago

Thank you, it has been fixed