]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/uname-a_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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