Monday, May 3, 2010

[CODE] How to alias commands in unix shells

One of those annoying things that takes more time to look up than it really should.

Example:

alias s='cd ..'

is one of my favorites.

If you need to know more details, man alias.

No comments:

Post a Comment