Created
March 20, 2018 20:15
-
-
Save laggingreflex/df28777a34d61e9f16dbb5b6e8120a81 to your computer and use it in GitHub Desktop.
SpaceSniffer Script for exporting grouped-by-folder file report but with only folders >10GB & files >100MB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if {<%isfile%>} == {true} ? { | |
if {<%disksizebytes%>} > {100000000} ? | |
{ [{leftpad{<%disksize%>}{ }{8}}] <%file%>{&br} } | |
}:{ | |
if {<%containsfiles%>} == {true} ? { | |
if {<%disksizebytes%>} > {10000000000} ? | |
{ {&br}<%pathfile%> [<%disksize%>]{&br} } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment