[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] Help with File::Find




My pain is that I want to get the newest file, and the only way I could
think of is to add all the files that I want onto a list and compare them.

Does this help?

$ find ./ -name "pat*" | xargs ls -at | head -1

j