There are a large number of command line tricks out there for Linux. These are some of the more special things I try to remember.
find ~ -type f -mtime 0find ~ -type f -mtime 0 -iname '*.doc'