Here is the command to find large files.
find /directory -type f -size +100M
Revisions
- November 30, 2014 @ 12:07:39 [Current Revision] by admin
- November 30, 2014 @ 12:07:39 by admin
Here is the command to find large files.
find /directory -type f -size +100M
No comments yet.