I faced some issue while i list all the files in my directory , i would like to print or fetch just the file which is before the last file was modified
server:cd user/local
server/user/local/: ls -ltrh
-rw-r--r-- 1 Pepe staff 0B Nov 7 13:40 1.txt
-rw-r--r-- 1 Pepe staff 0B Nov 7 13:40 2.txt
-rw-r--r-- 1 Pepe staff 0B Nov 7 13:40 3.txt
-rw-r--r-- 1 Pepe staff 0B Nov 7 13:58 5.txt
-rw-r--r-- 1 Pepe staff 9B Nov 7 14:25 6.txt
I hope i can have the result 5.txt
Any idea ?