Wondering if you know if there is a slick way to get full username from shell?
example: if my unix username is froyo then I want to get my full name as registered in the system in this case [froyo === Abhishek Pratap]
finger command does it but for all the logged in users at the same time ..so that needs some parsing to get the right value. Anything slicker ?
Anything from inside python would be great too.
Thanks! -Abhi