On Thu, 11 Sep 2014, John Jason Jordan wrote:

> I am looking for a file created no more than ten days ago that is an .odt
> file. It is somewhere in ~/, but which folder I put it in escapes me. I
> need this file urgently.

   An alternative form of the command assumes you're in your ~/ directory:

        find . -name "*.odt"

   The '.' means start with the current directory.

Rich


_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to