Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C
powershell list big files
dan04
Programming language:
C
2021-04-05 05:25:37
0
Q:
powershell list big files
user1720606
Code:
C
2021-03-31 03:02:41
gci -r|
sort
-descending -property
length
|
select
-first
10
name,
length
0
Tags
file
files
shell
list
big
Related
powershell search big files
select all file from date powershell
find string in all files powershell
New to Communities?
Join the community