Search Results

Search: Posts Made By: kkl
14,760
Posted By Lakris
Hi, an easier way to achieve (1) is: ls...
Hi, an easier way to achieve (1) is:

ls -S|head -1


i.e. list files sorted on size, and show the top entry.

As for (2), there is no program cc in Your search path for programs. Either the C...
14,760
Posted By Reboot
1. In unix how to list the largest file in given...
1. In unix how to list the largest file in given directory.
The answer will in single line statement.


# du -akd /directory_name|sort -nr|more ---->>> to list files from largest to smallest...
14,760
Posted By KuldeepSinghTCS
<esb><***-app-***-03> /export/home/esb/temp # ls...
<esb><***-app-***-03> /export/home/esb/temp # ls -S|head -1
ls: illegal option -- S
usage: ls -1RaAdCxmnlhogrtuvVcpFbqisfHLeE@ [files]

It is not working :)

---------- Post updated at 03:29 PM...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy