In a typical 'NIX environment, if I wanted to find any file modified in the last 3 days, I'd use:
find /etc -mtime 3
Does anyone know if the find command on ESXi5.0 supports this find "option"?
Thx in advance.
In a typical 'NIX environment, if I wanted to find any file modified in the last 3 days, I'd use:
find /etc -mtime 3
Does anyone know if the find command on ESXi5.0 supports this find "option"?
Thx in advance.