>
~/home/ihsan$
Blog
Note
List all Crontab User [id]
for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
bash
linux