I am writing a shell script which is intended to be run on
different releases and platforms of Solaris 2, where file
locations vary according to both release and platform.
I only have access to Solaris sparc 2.3 and Solaris x86 2.4
and 2.5.
It would be useful for me to know what is returned by the
following command on other release/platform combinations
(particularly Solaris 2.5.1).
uname -a; uname -r; uname -p; uname -m; uname -i
(BTW, uname -i seems not to exist before 2.5 on x86, and
probably same on other platforms too.)
Thanks.
--