Compare commits
2 Commits
471420a762
...
2e093f6856
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e093f6856 | |||
| 14d38a1cbd |
13685
windows/example_output/frd/check_ms_example_log.txt
Normal file
13685
windows/example_output/frd/check_ms_example_log.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -104,7 +104,7 @@ function ShowSizes() {
|
||||
[string]$description,
|
||||
|
||||
[Parameter(Mandatory = $true, Position = 1)]
|
||||
[int]$sizeInBytes
|
||||
[Int64]$sizeInBytes
|
||||
)
|
||||
|
||||
# Convert the size to kilobytes (KB)
|
||||
@ -203,7 +203,7 @@ function Show-Duplicates {
|
||||
)
|
||||
|
||||
$num_dups = 0
|
||||
$total_dup_size = 0
|
||||
$total_dup_size = 0.0
|
||||
|
||||
foreach ($entry in $files.GetEnumerator()) {
|
||||
$dup_files = $entry.Value
|
||||
|
||||
Reference in New Issue
Block a user