in reply to Re: Finding a file by age (Newest First)in thread Finding a file by age (Newest First)
ls -At| grep '^te' | head -2 | tail -1 [download]
Dave.