J'ai vu cette réponse . Vous devriez envisager d'utiliser inotifywait, par exemple: inotifywait -m /path -e create -e moved_to | while read path action file; do echo "The file '$file' appeared in directory '$path' via '$action'" # do something with the file done Ma question est que, le script...