Some Advance unix commands
crontab,tail,Screen,grep,compress,wc
CRONTAB
- The crontab is a list of commands that you want to
run on a regular schedule
# Shows all Crontab
crontab -l
# Edit Crontab
crontab -e
# Remove all cron tab --> Be careful
crontab -r
[Read More]