I would like to a shortcut command in Mac as I frequently call commands that are a bit long in Terminal. How can I do that?

link|improve this question

70% accept rate
feedback

migrated from stackoverflow.com Apr 10 '10 at 19:03

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

alias if you're using Bash.

link|improve this answer
the problem is that it resets everytime I close and open Terminal. Is there a way to make it permanent? – Tam Apr 9 '10 at 4:37
2  
Put the alias into your .bashrc. – WhirlWind Apr 9 '10 at 4:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.