Unix: Overloading Aliases
Posted
by sixtyfootersdude
on Super User
See other posts from Super User
or by sixtyfootersdude
Published on 2010-03-08T20:27:14Z
Indexed on
2010/03/08
20:38 UTC
Read the original article
Hit count: 412
What happens if I have this in my bashrc:
alias ls="ls -l" alias ls="ls -a"
when I type ls
they will both match. Is the last one kept or both?
© Super User or respective owner