I am having trouble figuring out how to set up my first cron job. I simply want to run this command once every week:
dpkg -l > ~/Dropbox/installed_packages
My /etc/crontab file contains the line
7 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
So I need to place my command somewhere in the directory /etc/cron.weekly - but in which file? /etc/cron.weekly currently contains the following files:
apt-xapian-index man-db 0anacron cvs

/var/backups/dpkg.status*and/var/backups/aptitude.pkgstates*– derobert Aug 20 '10 at 18:30/bin/sh, which takes care of all the pipes and so forth. – Keith Thompson May 9 at 21:14