|
|
|
|
||||||
| comp.unix.shell Using and programming the Unix shell. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi
Is there a way in unix to determine version infomration of programs / CORBA components running in the system Regards |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 2007-05-24, kpm <kpmkhaja@googlemail.com> wrote:
> Is there a way in unix to determine version infomration of programs / > CORBA components running in the system Not in the general case. Many programs will have a -v or --version option that will report the version number. Other tools report a version number somewhere in their diagnostic output. There isn't any method of extracting this uniformly. -- Andrew Smallshaw andrews@sdf.lonestar.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
At 2007-05-24 11:28AM, "Andrew Smallshaw" wrote:
> On 2007-05-24, kpm <kpmkhaja@googlemail.com> wrote: > > > Is there a way in unix to determine version infomration of programs / > > CORBA components running in the system > > Not in the general case. Many programs will have a -v or --version > option that will report the version number. Other tools report a > version number somewhere in their diagnostic output. There isn't > any method of extracting this uniformly. You could also try what(1) or ident(1) to see version control information embedded in the program. -- Glenn Jackman "You can only be young once. But you can always be immature." -- Dave Barry |
|
![]() |
| Outils de la discussion | |
|
|