1The following is a demonstration of the uname.d script, 2 3 4Here we run the usual "uname -a" command and compare the output to that 5given by the uname.d script, 6 7 # uname -a 8 SunOS jupiter 5.10 Generic i86pc i386 i86pc 9 10 # ./uname-a.d 11 SunOS jupiter 5.10 Generic i86pc i386 i86pc 12 13The output is the same. uname-a.d is intended as a demonstration script, 14and as a starting point for other scripts. 15 16