The Computer Oracle

How can I find the oldest file in a directory tree

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Book End

--

Chapters
00:00 Question
00:18 Accepted answer (Score 94)
00:34 Answer 2 (Score 22)
01:24 Answer 3 (Score 12)
03:03 Answer 4 (Score 7)
06:43 Thank you

--

Full question
https://superuser.com/questions/552600/h...

Answer 1 links:
[How can I find the latest (newest, earliest, oldest) file in a directory? – Greg's Wiki]: http://mywiki.wooledge.org/BashFAQ/003

Answer 2 links:
[find]: http://unixhelp.ed.ac.uk/CGI/man-cgi?fin...
[grep]: http://unixhelp.ed.ac.uk/CGI/man-cgi?gre...
[sed]: http://unixhelp.ed.ac.uk/CGI/man-cgi?sed
[sort]: http://unixhelp.ed.ac.uk/CGI/man-cgi?sor...
[stat]: http://unixhelp.ed.ac.uk/CGI/man-cgi?sta...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #unix #shell

#avk47