To have a improved output formatting you can run the following command in you terminal.
for user in $(cut -f1 -d: /etc/passwd)
do echo $user && crontab -u $user -l
echo " "
done
No comments:
Post a Comment