#crontab -l => lists all cron job for the current user
#crontab -e -u username => edit cron job for specified user
#export VISUAL=mcedit => sets env var to have default editor mcedit instead
#crontab -l => lists all cron job for the current user
#crontab -e -u username => edit cron job for specified user
#export VISUAL=mcedit => sets env var to have default editor mcedit instead