Hacker News new | ask | show | jobs
by TristanBall 1074 days ago
Bash and zsh both allow:

  function /usr/bin/cat { echo hello; }; 
  /usr/bin/cat
  hello
So specifying a path isn't as useful as it seems