learner
30th January 2008, 19:35
Hi,

Which is the unix command to know the Unix Operating system version ?

Regards

Learner

NPRao
31st January 2008, 00:54
uname -a
HP-UX ml034 B.11.11 U 9000/800 1831419178 unlimited-user license

HP-UX ml055 B.11.23 U 9000/800 1663811879 unlimited-user license

For more info look man uname

uname(1) uname(1)
NAME
uname - display information about computer system; set node name
(system name)

SYNOPSIS
uname [-ailmnrsv]
uname [-S nodename]

DESCRIPTION
In the first form above, the uname command displays selected information about the current computer system, derived from the utsname structure (see uname(2)).

In the second form, uname sets the node name (system name) that is used in the utsname structure.

Options
uname recognizes the options listed below. If you enter several options, the output is always in the order shown for the -a option.

none Equivalent to -s.
-a Display the options below in the following order,
separated by blanks.
-s -n -r -v -m -i -l

learner
31st January 2008, 01:23
Thanks for the same.

Cheers

Learner

sriram
5th February 2008, 09:22
i want to know that, how can i change the colour of form background and to display the color in reports by using script

learner
5th February 2008, 19:19
Hi Sriram,

Changing colors on form/report is totally diff. topic, suggest you to create a new thread for that in future.

but just FYI in case u wish to see color form, u can install Nasdaq BCC - BaaN color changer software.

As far as report is concerned i am not sure about the functions which can be used in rep. script, but surely u can do the same when u open the rep. layout.... just double click one of the field which u want to have a diff. color and assign a new color to that.

Hope it helps.

Regards

Learner