|
|
|
|
|
by aidenn0
3033 days ago
|
|
command is also useful for this sort of thing (with the -v and -V options). It can also be used to ignore shell functions and aliases (without options) so: $ alias cd=ls
$ cd foo
<lists contents of foo>
$ command cd foo
<changes to directory foo>
|
|