spartacus
26th February 2003, 11:43
Im searching the command "what" on a sun unix. I would like to read the ID's of an object file, to check the version.
Is there an other command, or any other possibility, which I can use?
Thanks
Spartacus
hsteenwi
26th February 2003, 12:01
Spartacus,
On the Sun Unix-systems we manage the command is... "what".
So, I'm sorry, no help here!
Henk.
norwim
26th February 2003, 12:56
have you tried "strings"?
regards
Norbert
spartacus
26th February 2003, 13:01
Thanks, for the info. I found "what" somewhere hidden in some strange dirs.
I asked the sysadmin to make it accessable.
Spartacus
spartacus
26th February 2003, 13:06
norwim,
thanks, strings seems also to be usable. Seems to deliver some more information, if I remember what's output right, but anyway usable.
Spartacus
OmeLuuk
26th February 2003, 16:50
You can use the bic_info binary with the -w flag...
spartacus
28th February 2003, 10:05
Hi
tried: "bic_info6.2 -w osls4244" and get:
Error 0
Can't open opbject for 'osls4244' reading
Is this a problem of permissions?
Spartacus
Juergen
28th February 2003, 10:28
Hi,
please enter the full path for the object.
Juergen
OmeLuuk
28th February 2003, 11:17
You can use the full path, but what you will need is the setting for USER:
export USER=bsp
USER is used to be able to find BaanData based upon $BSE/lib/user/ubsp (so package combination, language etc.)
spartacus
28th February 2003, 13:44
Thanks, that works!
Spartacus