Linux obtient le fichier le plus ancien du répertoire
$ find /home/sk/ostechnix/ -type f -printf '%T+ %p\n' | sort | head -n 1
Shareef Hiasat
$ find /home/sk/ostechnix/ -type f -printf '%T+ %p\n' | sort | head -n 1