Quick setup to list all directory contents by time reversed sort… most recent change last.
$ alias ltr ‘ls -altr’
Create an alias to list all contents of the current directory in “reverse” time order. Thus the last modified file will appear just above your next prompt. Useful for remembering where you left off modifying files in a folder o…





















