Monday, May 21, 2018

REMOVE 1 HOUR OLD FILE BY SHELL SCRIPT ON LINUX



find /var/www/proximity_upload_server_php/web/upload/proximity/*.csv  -type f -cmin +60 -delete

No comments:

Kubernetes in one shotcat

root@srv509172:~# cat kind1/config.yaml   kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane   image: kindest/nod...