http://qs321.pair.com?node_id=70227


in reply to Re: File Test
in thread File Test

Under UNIX, you could parse the output of the lsof program (if available).

Replies are listed 'Best First'.
Re: Re: Re: File Test
by extremely (Priest) on Apr 06, 2001 at 00:12 UTC
    What happens when someone else starts reading the file while you are parsing lsof's output? Or stops reading it, for that matter.

    --
    $you = new YOU;
    honk() if $you->love(perl)