Looking for a command that will return the single most recent file in a directory.
Not seeing a limit parameter to ls...
ls
I like echo *(om[1]) (zsh syntax) as that just gives the file name and doesn't invoke any other command.
echo *(om[1])
zsh