URL: https://linuxfr.org/forums/programmation-shell/posts/afficher-image-gif-avec-une-tache-cron Title: Afficher image .gif avec une tache CRON Authors: psiko Date: 2005年09月16日T19:31:31+02:00 Tags: Score: 0 Bonjour, je récupère une image au format .GIF avec le script ci-dessous que je lance par CRON #!/bin/bash wget [http://www.sytadin.tm.fr/tempsreel/general.gif(...)](http://www.sytadin.tm.fr/tempsreel/general.gif) -O sytadin Je narrive pas à afficher l'image .gif avec une tache CRON. Les commandes DISPLAY et KUICKSHOW ne fonctionne pas avec CRON. Pouvez vous m'indiquer comment afficher une image avec une tache CRON ? Merci,