{
  "$type": "site.standard.document",
  "canonicalUrl": "https://rickymoorhouse.uk/blog/2010/2010-01-21-delete-directories-older-than-90-days",
  "path": "/blog/2010/2010-01-21-delete-directories-older-than-90-days",
  "publishedAt": "2010-01-21T10:25:16.000Z",
  "site": "at://did:plc:r53zv4vpzeihop3aliwyejlu/site.standard.publication/3mos5q3a7jf2w",
  "textContent": "find /var/log/hostdb/* -type d -mtime +90 -exec rm -rf {} ;\n\n-type d\n    only look at directories, f would be files\n-mtime +90\n    modified time greater than 90 days ago",
  "title": "Delete directories older than 90 days"
}