Sort by: Date / Title /
find repertoire -type f -mtime +7d | xargs rm -f-exec /bin/rm {} \;
bash find linux shell system