The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-18-2008
Ravichandran Ravichandran is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 2
Exclamation Unix shell script

I need to delete unwanted old data which was 2006 and 2007 datas from
a folder . I need a shell script which identifies older files which
are 6 months older and should do zip it and have backup those files
and then delete all those files in unix OS. This shell script should
be automated one.When ever the total disc space is 80% then this
shell script automatically run and old files should be cleared and
space should be regained.