Skip to content

Instantly share code, notes, and snippets.

@knight-of-ni
Created February 15, 2016 14:04
Show Gist options
  • Save knight-of-ni/963617fe4bd236c75769 to your computer and use it in GitHub Desktop.
Save knight-of-ni/963617fe4bd236c75769 to your computer and use it in GitHub Desktop.
perl -e 'use POSIX qw(uname); my @uname = uname(); foreach (@uname) { print $_,"\n"; }'
@knight-of-ni
Copy link
Author

OmniOS/SunOS

abauer@vOmniOS:/home/abauer$ perl -e 'use POSIX qw(uname); my @uname = uname();
foreach (@uname) { print $_,"\n"; }'
SunOS
vOmniOS
5.11
omnios-f090f73
i86pc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment