HP3000-L Archives

May 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jon Diercks <[log in to unmask]>
Reply To:
Jon Diercks <[log in to unmask]>
Date:
Thu, 11 May 2000 10:28:04 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
To find the link target programmatically, you can do

    :LISTFILE <linkfile>;format=UNIQUE
 or
    :/bin/ls "-l <linkfile>"

and then parse the output, then pass the target filename on to FINFO.

On Tue, 9 May 2000 17:30:48 +0200, [log in to unmask] wrote:
>Can anyone give me a clue how to persuade the FINFO function
>to resolve symbolic links ?
>
>Eg. if  I do calc finfo("linkfile","accessors") and <linkfile> is a link
>to <datafile>,  I would like to see the accessor count of <datafile>,
>but FINFO gives the accessor count of <linkfile> itself, which is not
>the same as that for <datafile>.

--Jon Diercks
[log in to unmask]

ATOM RSS1 RSS2