On 08/04/2008, thejaswi_p_23 <[EMAIL PROTECTED]> wrote: > There is a typo in it. It should be > > "ILUGHYD - $(grep ^`whoami`: /etc/passwd| tr : \\n | head -5 | tail -1)"
And for those don't use /etc/passwd (like LDAP users)? Maybe: $(getent passwd `whoami` | cut -d: -f5) Binand
