bash-2.03$ perl -e 'print join (", ", stat ("/export/home/vances")), "\n"'
35651591, 7808, 16877, 6, 101, 101, 0, 512, 1031850371, 1031836178, 1031836178, 8192, 2
bash-2.03$ perl -e 'print join (", ", stat ("/home/vances")), "\n"'
... and here it hangs
On Thu, Sep 12, 2002 at 07:25:34PM +0200, Akim Demaille wrote:
>
> Assuming you were running autoreconf in this very directory, please
> try:
>
> perl -e 'print join (", ", stat ("/export/home/vances")), "\n"'
> and
> perl -e 'print join (", ", stat ("/home/vances")), "\n"'