Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • responds with : find: bad option -mmin Commented Feb 12, 2019 at 12:58
  • @Thomas_ If the default Solaris find doesn't support -mmin, maybe you can install GNU find? (opencsw.org/packages/findutils) Commented Feb 12, 2019 at 13:19
  • @Thomas_ Are you using /usr/bin/find by default? Try /usr/xpg4/bin/find instead. Commented Feb 12, 2019 at 13:25
  • 2
    newer Solaris do have -mmin in the xpg4 version; Solaris 10: no; Solaris 11: yes Commented Feb 12, 2019 at 13:27