List All Crontabs

getent passwd | awk -F: '{ print $1 }' | sudo xargs -n1 crontab -l -u | grep -v '^#' | grep -v '^no crontab for'

Leave a Reply

Your email address will not be published. Required fields are marked *