Type ls options directory .
By carefully selecting your options, you can use the ls (list command to help you locate files. For example, the -S option lists files in order of size, while the -t option lists files by when they were modified.
Another trick is to set an alias, so that typing list results in ls -- color , which prints files in different colors

