The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Script to remove all empty files within the directory structure?
.
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
:
Script to remove all empty files within the directory structure?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-05-2008
subin_bala
Registered User
Join Date: Apr 2008
Posts: 57
use the following command to identify the empty files in ur directory
find . -name "*.*" -size 0c
subin_bala
View Public Profile
Find all posts by subin_bala
Find subin_bala's past nominations received
Find subin_bala's present nominations given