stewm said:
if I wanted to read man pages I wouldn't have submitted the question
You don't have to read man page
s. With PHV's help, you now have a specific man page to read.
Your remark makes it seem like you can't be bothered to look anything up, even when someone narrows down your reading significantly. When people think that's your attitute, it tends to annoy them.
Most people don't want to play fetch from manual pages just because you don't feel like doing it. Instead, they usually refer you to a specific page or section that should get you started. If you have questions after that, you can still ask them.
Man pages know much more than we do... or at least more than we're likely to be willing to write. You can also read them much faster than you can ask a question and get a response. They can, however, be a bit dense when you're looking for something specific, so skimming is a useful skill to acquire when dealing with them.
If you absolutely can't find anything in a man page, try looking for the equivalent GNU Texinfo Manual. If you don't have one on your system, they're usually available online as HTML, and they tend to be written in a format that's meant to be readable, while man pages are written in a format meant to squeeze in information. This might be a good idea if you don't like the [tt]find[/tt] man page, which is admittedly a bit long.
You mentioned not knowing how to use cron. The most useful files to read can be viewed by running
[tt]man crontab[/tt]
and
[tt]man 5 crontab[/tt]
The former describes how to update per-user crontab files ("cron jobs"), and the latter describes the format of a crontab file.