| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Alpha Geek
Join Date: Feb 2005
Posts: 959
|
in linux, how can i find the number of files and the file name which has size, say <= 10 KB??? i just wanted to list the total number of files and their names.... can any1 tell how to do this? thk you... /legolas
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Use grep.. You can use wordcount to find the number of files...
ls -l | wc -l For < 10kb you can do this blocksize ot s or k with ls Last edited by vignesh; 22-05-2006 at 03:45 PM. |
|
|
|
|
#3 (permalink) |
|
Alpha Geek
Join Date: Feb 2005
Posts: 959
|
could u give a more detailed explanantion or better the syntax of it? so that i can use it directly?
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|