I have created an alias for a path that I use often like that:
alias example='/home/user/directory/'
(in the home/.bash_aliases
)
The problem is that I want to access that directory via terminal like:
example/file
but it doesn't work.
This is the first time that I try to create an alias and I think that I am missing something. What am I doing wrong?
.bashrc
should do fine. – muru Apr 24 '15 at 01:30