Hacker News new | ask | show | jobs
by jolmg 10 days ago

  $ which() { echo foo; }
  $ \which
  foo
The backslash only prevents alias expansion.
1 comments

He meant `command which`
> it'll always be a shell built-in

`command which` wouldn't have been the built-in