On Tuesday 03 December 2002 12:05 pm, Jun Tanamal wrote: > lito lampitoc wrote: > > you can also do > > > > # ls -lS|head -n 10 > > this one works! thanks! > Thanks to Rommell also.
yeah, why haven't I thought of head *sigh* :) maybe bec. on my box, when I do ls -lS | head, I would get only 9 sorted files + 1 total size [user@host ~]$ ls -lS | head total 137576 -rw-r--r-- 1 user users 138958653 Oct 10 06:11 4.7-disc1.iso -rw-r--r-- 1 user users 587947 Nov 7 13:04 imlib-1.9.14.tar.bz2 -rw-r--r-- 1 user users 322239 Nov 29 11:48 grsecurity-1.9.7d-2.4.19.patch -rw-r--r-- 1 user users 248043 Nov 29 11:46 gracldoc.htm HTH _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
