Looking for a command that will return the single most recent file in a directory.
Not seeing a limit parameter to ls...
ls
ls -Frt | grep "[^/]$" | tail -n 1