recent [-h] [/?] [-r] [-nn] [-{m|a|c}] [-u username] [directory...]
/? Usage text (MSDOS mode)
-r Reverse the ordering, show the oldest rather than newest.
-m Use file modification date. (Default)
-c Use file status change date. (See stat(2)).
-a Use file access date.
-nn Limit the listing to the most recent nn files (200 is the default and maximum)
-d Don't print the date, just the filename.
-u user Restrict the search to files owned by 'user'
-g group Restrict the search to files owned by 'group'
-s Restrict search to the same file system as first directory.
-f Follow symbolic links
-t Enable debug tracing
directory Examine these directories. Several may be specified. Defaults to ".".
$ recent -5 24-Nov-93 16:51:29 ./recent 24-Nov-93 16:41:46 ./ULTRIX/recent 24-Nov-93 16:41:46 ./RISC/recent 24-Nov-93 16:41:16 ./HPPA/recent 24-Nov-93 16:41:16 ./9000/700/recent
MANPATH=$MANPATH:/home/joppa/horton/man
Only regular files are considered. There is some ignorance of symbolic links.