The UNIX and Linux Forums
>
Special Forums
>
Filesystems, Disks and Memory
find the 5o largest files in a directory
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
find the 5o largest files in a directory
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-16-2007
ghostdog74
Registered User
Join Date: Sep 2006
Posts: 1,542
Code:
find /home/test -printf "%s:%p\n"|sort -k1n|tail -50
ghostdog74
View Public Profile
Find all posts by ghostdog74