Posted by bill on 02/19/07 11:54
Toby A Inkster wrote:
> bill wrote:
>
>> I could read the entire directory in an sort, but I hope there is
>> an easier way.
>
> $dir = '/some/dir/';
> $filename = `ls -1r $dir | head -1`;
> # Note that $filename probably contains a line break
> # at the end. You might want to strip it out.
>
> is a quick and dirty way. Note this works in both PHP and Perl with no
> modifications! :-)
>
thanks
bill
Navigation:
[Reply to this message]
|