From 8e423caaea78fb409176607b2f67753a972b3391 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 20 Sep 2019 21:57:41 +0200 Subject: Shorten explanation --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f0f2aef..6e496aa 100644 --- a/README.md +++ b/README.md @@ -119,17 +119,10 @@ cargo install diskus ## Windows caveats - Since even the Windows-internal tools such as (but not limited to) - - Powershell, - - Explorer, - - dir, - - are not respecting hardlinks or junction points when determining the - size of a directory, it has been decided that diskus will count - any such entries multiple times. too. See - https://github.com/sharkdp/diskus/issues/32#issuecomment-532817905 for - an example of this behaviour. - +Windows-internal tools such as Powershell, Explorer or `dir` are not respecting hardlinks or +junction points when determining the size of a directory. `diskus` does the same and counts +such entries multiple times (on Unix systems, multiple hardlinks to a single file are counted +just once). ## License -- cgit v1.2.3