I am trying to set up cron to gather several feeds on a scheduled basis. The following command generates the feeds file for the Associated Press and stores the file as "associated press.lrf" in a folder called 'newspapers' on the desktop.
Code:
feeds2lrf --output='desktop/newspapers/associated press.lrf' 'Associated Press'
When executed from the terminal on my MacBook Air it does exactly that. However when executed from within cron it does everything through the rationalizing of the fonts but does not save the file and there is no error message. It simply ceases after the rationalization of the fonts.
What have I missed?