Author : Frank Cox

Home » Articles posted by Frank Cox (paged 2)

I can easily save cron jobs in a file by doing this:crontab -l > file.txtAnd I can restore it withcrontab file.txtIs there any way to do the same thing with at jobs?The closest thing that Ive managed to find is this:#!/bin/bash atq for each in $(..

Read more