Author Topic: List new files in Unix/Linux  (Read 4442 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
List new files in Unix/Linux
« on: March 12, 2011, 12:43:58 PM »
To Find and display files last modified les than 90 days ago.

Code: [Select]
find . -name "*" -mtime -90 -print