shell 查看所有用户计划任务

以root用户运行
cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}