cron alternative with while [ true ] bash script

while [ true ]
do
touch file$(date | awk `{print$4}`)
sleep 10
done

Comments

Popular posts from this blog

HAproxy logging

tomcat catalina coyote jasper cluster

NFS mount add in fstab _netdev instead of default | firewall-cmd --list-all