Case in point: I want to use “find” to find files I’ve recently created.
man find (BSD edition):
-ctime n[smhdw] If no units are specified, this primary evaluates to true if the difference between the time of [...]
Case in point: I want to use “find” to find files I’ve recently created.
man find (BSD edition):
-ctime n[smhdw] If no units are specified, this primary evaluates to true if the difference between the time of [...]
Tags: Documentation·Man Pages·Unix