First page Back Continue Last page Overview Graphics
Example 1-4
Sorting files in terms of their modification time
Sometimes, we would like to know the latest files that we copied in a given directory or we modified. For example, if we would like to know what pdf files are among our latest downloads, we use following command,
ls -t -l ~/Downloads/*pdf