]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/dtracetoolkit/Examples/uname-a_example.txt
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / dtracetoolkit / Examples / uname-a_example.txt
1 The following is a demonstration of the uname.d script,
2
3
4 Here we run the usual "uname -a" command and compare the output to that
5 given 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
13 The output is the same. uname-a.d is intended as a demonstration script,
14 and as a starting point for other scripts.
15