crontab -l | grep -E -v '^#|^$'
cat /etc/crontab | grep -E -v '^#|^$'
/bin/ls -l /etc/cron.* | grep -E -v '^total|^$'