|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ Solaris ] "Listing files by date" - Ömer Faruk Şen - (2006-03-07 15:15:11) [5483] On Solaris you can use following command for listing files by their modification time: # ls -lct For example you can use this command to investigate when your system has been patched last. For example: # cd /var/sadm/patches # ls -lct | more Mail to My Friend , Home Page |  |