Looking for a command that will return the single most recent file in a directory.
Not seeing a limit parameter to ls...
ls
Shorted variant based on dmckee's answer:
ls -t | head -1