Y
Hacker News
new
|
ask
|
show
|
jobs
by
jolmg
10 days ago
$ which() { echo foo; } $ \which foo
The backslash only prevents alias expansion.
1 comments
pepa65
9 days ago
He meant `command which`
link
jolmg
8 days ago
> it'll always be a shell built-in
`command which` wouldn't have been the built-in
link