My company has a win server 2003 with cygwin installed.
However, it seems to me that the output of 'uname' is a little odd.
I'd expect that the command 'uname' with a different flag would return a different piece of info. Am I wrong?
Thanks for the help.
However, it seems to me that the output of 'uname' is a little odd.
Code:
Z:\>uname -a
Windows_NT
Z:\>uname -p
Windows_NT
Z:\>uname -r
Windows_NT
Z:\>uname -m
Windows_NT
I'd expect that the command 'uname' with a different flag would return a different piece of info. Am I wrong?
Thanks for the help.