I know it's not quite the same as the OP but I find the find command to be pretty supreme at finding things recently updated without including the fluff of other things modified before that but not recently simply because of sorting:
find ./ -mmin 1 Anyway, to find out which files were tinkered-with by a command that saves my life regularly. AB On Tue, Jun 28, 2011 at 22:56, Bryan Murdock <[email protected]> wrote: > On Tue, Jun 28, 2011 at 6:45 PM, Jonathan Wilson <[email protected]> wrote: > > So this was on the bash twitter feed the other day, > > I've used ls -ltr for a long time, but the casual mentioning of a bash > twitter feed has blown my mind. I must be getting old. > > Bryan > -------------------- > BYU Unix Users Group > http://uug.byu.edu/ > > The opinions expressed in this message are the responsibility of their > author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. > ___________________________________________________________________ > List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list >
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
