I am telling you, sometimes I think all we Linux/UNIX/*BSD/whatever derivative of UNIX enthusiasts really deserve the position that our favourite OS holds in this world – second to MS Windows ! I mean, consider what happened to me just now :
I was working on this Solaris machine for my lab assignment in the CS 562 class and all I want to do is see all the processes running on the machine. Coming from the Linux world, I did a ‘ps aux’ hoping to see the familiar multi-column output. Instead ps sticks its tongue out at me and asks me to familiarize myself with the way of learning to respect it – through its myriad of command-line options. Finally after fighting long enough, I found that to get a three column output of all processes listing the owner, PID and name, I have to do :
ps -A -o user,fname,pid
Aaaaah ! Why can’t things just be standardized ? I thought POSIX was supposed to take care of stuff like this !
Heck, one of these days I am going to decide I have had enough of all this geek stuff and just get myself a Mac or better still, a Windows box
[Apologies to all the non-geeks out there (hey nOnda!) for the highly technical content of this post.]