Rozdiely pre scripts/php/sk-nic/download.sh medzi verziami 1.7 a 1.8
| verzia 1.7, 2007/10/21 08:35:32 |
verzia 1.8, 2007/10/22 08:22:32 |
|
|
| # 2006-08-13 - created |
# 2006-08-13 - created |
| # |
# |
| |
|
| # $Platon: scripts/php/sk-nic/download.sh,v 1.6 2007-10-21 08:33:33 nepto Exp $ |
# $Platon: scripts/php/sk-nic/download.sh,v 1.7 2007-10-21 08:35:32 nepto Exp $ |
| |
|
| # |
# |
| # Put this into your crontab, it will run this script every morning at 6:15 am: |
# Put this into your crontab, it will run this script every morning at 6:15 am: |
|
|
| # and now real import |
# and now real import |
| $PHP sk-nic.php "$OUTPUT_FILE" |
$PHP sk-nic.php "$OUTPUT_FILE" |
| |
|
| echo "THESE FILES WILL BE DELETED BY AUTOMATED PROCESS:"; |
echo "THESE FILES WAS DELETED BY AUTOMATED PROCESS:"; |
| echo "-------------------------------------------------"; |
echo "---------------------------------------------"; |
| find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 |
find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 |
| |
find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 -exec rm -f {} \; |
| |
|
Platon Group <platon@platon.sk> http://platon.sk/
|
|