The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
compare file sizes
.
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
:
compare file sizes
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
02-04-2005
bhargav
Registered User
Join Date: Sep 2004
Location: USA
Posts: 511
Code:
ls -l | tr -s " " | sort -t" " +4 -n | tail -1 | cut -d" " -f 9
bhargav
View Public Profile
Find all posts by bhargav
Find bhargav's past nominations received
Find bhargav's present nominations given