In my .bashrc, I want to put something like this.
alias lst='ls &'
So that I can do something like this.
$ lst /tmp
which will be translated into
$ ls /tmp &
How can I do the above?
|
In my .bashrc, I want to put something like this.
So that I can do something like this.
which will be translated into
How can I do the above?
| |||
|
feedback
|