condition suite à un find - Linux et OS Alternatifs
MarshPosté le 25-10-2004 à 06:15:20
bonjour comment effectuer une condition suite à un find? find $FICREP -name "*" -mtime -3 -type f -print -exec rm -f {} >> $LOG \; si mon find trouve un fichier : la condition 1 est execute 1 fois au second fichier trouve il execute une autre condition
Marsh Posté le 25-10-2004 à 06:15:20
bonjour
comment effectuer une condition suite à un find?
find $FICREP -name "*" -mtime -3 -type f -print -exec rm -f {} >> $LOG \;
si mon find trouve un fichier : la condition 1 est execute 1 fois au second fichier trouve il execute une autre condition
merci a+ gilles