Basic...

hi,

I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands...

eg:-
instead of "cd /usr/bin"
i want to to give " bin " and get to that path.

I'm using HP-UX 11.0

abey

Just put the line below in your .profile
alias bin='cd /usr/bin'

Look man, to be honest, you are better off learning the operating system. Once you do that, if you want to have aliases to move to the /usr/bin/ directory, then fine. Until then, you are better off picking up a book.

Sorry to be so blunt - but its the truth.