for user in $(cut -f1 -d: /etc/passwd); do echo id $user; crontab -u $user -l ; done

Posted by [czar]
,