- Aug
- 2,228
- 102
Before I visit feedback to post for an enhancement, I would like to see if others feel this would be a worthwhile enhancement.
If I have an alias called pwd, but I also have a command pwd, of course I can
to run the command instead of the alias.
Also, if I do
it shows that the alias is used first instead of the command.
No problem so far.
I would like to have the which command be able to display the command that would be executed if I were to disable the alias, for example
As of now, if I use which pwd or which *pwd it always returns that it is an alias.
Joe
If I have an alias called pwd, but I also have a command pwd, of course I can
Code:
*pwd
Also, if I do
Code:
which /a pwd
No problem so far.
I would like to have the which command be able to display the command that would be executed if I were to disable the alias, for example
Code:
which *pid
As of now, if I use which pwd or which *pwd it always returns that it is an alias.
Joe