![]() |
|< 1 2 >| | ![]() |
19 Einträge, 2 Seiten |
for fname in /etc/crontab, /etc/cron.{hourly,daily,weekly,monthly}, /etc/cron.d/*, /var/spool/cron/*; do echo -e "\nfile: $fname\n--"; cat $fname; done
perl -ple '' /etc/crontab /etc/cron.d/* /etc/cron.{daily,hourly,weekly,monthly} /var/spool/cron/*
sudo perl -nle 'print "$ARGV: $_"' /etc/crontab /etc/cron.d/* /etc/cron.{daily,hourly,weekly,monthly} /var/spool/cron/*
QuoteGuck mal in /etc/crontab, da stehen die Zeiten.Und wo lege ich fest zu welcher Minute, oder sucht sich das System das aus? Eigentlich kann ich doch in einer Corntab all diese Dinge klar formulieren.
for fname in /etc/crontab, /etc/cron.{hourly,daily,weekly,monthly}, /etc/cron.d/*, /var/spool/cron/*; do echo -e "\nfile: $fname\n--"; cat $fname; done
![]() |
|< 1 2 >| | ![]() |
19 Einträge, 2 Seiten |