DISQUS

Tech-Recipes: Delete Solaris files older than a certain date and time | Solaris system administration | Tech-Recipes

  • Chance · 5 years ago
    well written. thank you
  • Brad · 5 years ago
    In Solaris you can use find -mtime +nn where nn is the days of age, to find files older than a certain number of days.