Bonjour
j'aimerais bien savoir comment faire une recherche de fichier genre seulement *.mkv et *.avi avec cette commande
find /home/daniel/torrents -type f -name "*.mkv" -printf '%T+ %c %p\n' | sort -r | cut -f 2- -d ' ' > /home/daniel/torrentend.txt;
ccze -h < /home/daniel/torrentend.txt;
donc j'ai essayé ca
find /home/daniel/torrents -type f -name "*.mkv *.avi" -printf '%T+ %c %p\n' | sort -r | cut -f 2- -d ' ' > /home/daniel/torrentend.txt;
ccze -h < /home/daniel/torrentend.txt;
sa marche pas et je suis pas comment faire
merci pour votre aide si précieuse.