LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   making long commands short. (https://www.linuxquestions.org/questions/linux-software-2/making-long-commands-short-65108/)

yeahoo7 06-11-2003 11:03 PM

making long commands short.
 
how do i make some kind of short cut command for a long commands?

i've done it before, just can't remember it now.

ex) ls -lr to just "lr"

awdoyle 06-11-2003 11:53 PM

Assuming you're using bash:
alias lr='ls -lr'


All times are GMT -5. The time now is 09:16 PM.