I want to be able to output my current crontab to a file, in order to check and append it automatically.
crontab -l > somefile
creates an empty file. There must be a simple way of doing this, right?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
This is the correct way, could it be that you have empty crontab? :) | |||||||
feedback
|