1834784 Members
2886 Online
110070 Solutions
New Discussion

Re: 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