September 11
Edit

Linux Find the oldest file in the directory

find the oldest file in the directory

find  .  -type f -printf '%T+ %pn' | sort | head -n 1

Send us a message. We will reply as soon as we can.