The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
How to find a file whick is consuming larger disk space in file system
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to find a file whick is consuming larger disk space in file system
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
01-04-2008
joeyg
modérateur
Join Date: Dec 2007
Location: Home of 17-time world champion Boston Celtics
Posts: 1,311
finding 10 largest in current directory
> du -k * | sort -n | tail -10
That would tell you the ten largest files in the directory you are in.
Are you trying to find the largest files across the entire system?
joeyg
View Public Profile
Find all posts by joeyg
Find joeyg's past nominations received
Find joeyg's present nominations given