Created
February 15, 2016 14:04
-
-
Save knight-of-ni/963617fe4bd236c75769 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -e 'use POSIX qw(uname); my @uname = uname(); foreach (@uname) { print $_,"\n"; }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CentOS 6
[abauer@airborne24adf2 dev]$ ./uname.pl
Linux
airborne24adf2.techengnet.local
2.6.32-573.12.1.el6.x86_64
#1 SMP Tue Dec 15 21:19:08 UTC 2015
x86_64