URL: https://linuxfr.org/forums/linux-debutant/posts/explication-d-un-script-shell Title: Explication d'un Script Shell Authors: EarthRape Date: 2013年11月04日T10:56:27+01:00 License: CC By-SA Tags: Score: -8 Bonjour ! On me demande pour mes cours de comprendre le but de ce script. ```sh for fic in * do if [ -f $fic -a "./$fic" != 0ドル ] then grep "windows" < $fic> /dev/null blacklist=$? if [ $blacklist -eq 0 ] then mv $fic $POUBELLE fi fi done ``` Etant un novice en scripting linux, je n'y comprends pas grand chose.. Merci d'avance

AltStyle によって変換されたページ (->オリジナル) /