Linux Learning
Showing posts with label
big files
.
Show all posts
Showing posts with label
big files
.
Show all posts
Tuesday, February 28, 2012
How to get list of files greater than 512MB in linux
find / -type f -size +512000k -exec du -hs {} \;
Older Posts
Home
Subscribe to:
Posts (Atom)