The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Script to remove all empty files within the directory structure? cat123 Shell Programming and Scripting 5 06-05-2008 06:01 AM
How to delete files in UNIX using shell script theguy16 Shell Programming and Scripting 7 04-09-2008 01:40 AM
Delete an empty file from dir. Script40 Shell Programming and Scripting 2 04-02-2008 02:09 PM
Shell Script using Join, empty field help! tibbyuk UNIX for Dummies Questions & Answers 1 02-25-2008 08:33 AM
shell script for delete old files krishnarao Shell Programming and Scripting 1 07-07-2006 07:21 AM

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-11-2002
Registered User
 

Join Date: Jul 2002
Posts: 1
Talking how to delete empty files in a shell script

I'm trying to figure out a way to delete empty files in a directory. I have a cron that runs and creates a flat file every 15 mins. However, most times at night the flat file will be empty.

I'd like to run a script to delete empty files that end with *.dat

Any suggestions?

Rich
Forum Sponsor
  #2 (permalink)  
Old 07-11-2002
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
find ./ -name "*.dat" -size 0 -exec rm {} \;

Read your man page before invoking this so you understand the implications - find goes through sub-directories by default and if you don't put the {} \; correctly, it will cause problems (could start deleting things you did not want to delete).
Google UNIX.COM
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 06:52 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0