Posted by zdzisio on 11/10/07 16:27
alexandis@gmail.com pisze:
> I run some remote binary with php script in background. The binary
> creates some big files - a lot of files, they are being written 2
> days, one after another, by chunks.
>
> I output window where I display a list of these files by another php
> script. I must show only those of them that are COMPLETELY DONE. How
> can I do this?
>
> I don't have access to binary sources.
>
> OS is Solaris.
>
lsof |grep $filename
z.
[Back to original message]
|