cusf-standalone-predictor/cron/clear-pydap-cache-cronjob.sh

5 wiersze
108 B
Bash
Czysty Zwykły widok Historia

#!/bin/bash
cd /tmp/pydap-cache
ls /tmp/pydap-cache -1 | grep -v `date +"%Y%m%d"` | xargs rm -f
echo "DONE"