1834660 Members
2686 Online
110069 Solutions
New Discussion

about version

 
SOLVED
Go to solution
juno2
Super Advisor

about version

how to how the what is the version of the tools on the unix eg. glance ? thx.
1 REPLY 1
Vitaly Karasik_1
Honored Contributor
Solution

Re: about version

you have few ways:

1) swlist |grep -i glance

2) for many GNU utilites you can use

command -v

or

command --version

Vitaly