What does -q and -O mean in the following cronjob?
*/30 * * * * /usr/bin/wget -q -O /dev/null http://example.com/moodle/admin/cron.php
Thanks in advance.
feedback
|
|
They are actually options for the
Type | |||
|
feedback
|
|
You can find this in wget manpage. | |||
|
feedback
|