What is the best way of getting a list of all files which have been written to, since power on?
Is a simple find
(with mtime) best for this, or are there other ways?
(find
won't list files which are written to, then deleted.)
I'm using Ubuntu Linux 12.04, if that makes a difference.