Welcome, Guest
Username Password: Remember me

Shell Script to delete a folder that is more then
(1 viewing) (1) Guest
Shell Script
  • Page:
  • 1

TOPIC: Shell Script to delete a folder that is more then

Shell Script to delete a folder that is more then 1 year, 10 months ago #286

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3429
  • Karma: 0
  • Honor Medal 2009
Shell Script to delete a folder that is more then 1 week old

Hi all,
i have this scritp
set -x
cd /var/log/
direc="bkp_`date +%F`"
mkdir $direc
cp /var/log/*.log /tmp/bkp.
--
Here im ok, what i need is a scritp to check if i have a folder that is more then 1 week to delete it.
Any help please?
  • Page:
  • 1
Time to create page: 0.51 seconds

     
    
Home Forum