$ find REPERTOIRE -type f -exec ls -altr {} \+
Récupérer ceux de novembre:
$ find REPERTOIRE -type f -exec ls -altr {} \+ | grep "nov"
On peut même tout rediriger dans un fichier :
$ find REPERTOIRE -type f -exec ls -altr {} \+ > fichier
Astuce trouvée sur le forum de hardware.fr : http://forum.hardware.fr/hfr/OSAlternatifs/Codes-scripts/linux-listing-recursif-sujet_73698_1.htm
Aucun commentaire:
Enregistrer un commentaire