Skip to content

Instantly share code, notes, and snippets.

@mattieb
Created November 19, 2013 16:51
Show Gist options
  • Save mattieb/7548521 to your computer and use it in GitHub Desktop.
Save mattieb/7548521 to your computer and use it in GitHub Desktop.
bashing bash, the encore
megaweapon:foo matt$ # an encore to https://gist.github.com/zigg/7548324
megaweapon:foo matt$ rm baz/bar
megaweapon:foo matt$ bar
-bash: /tmp/foo/baz/bar: No such file or directory
megaweapon:foo matt$ which bar
/tmp/foo/bar
megaweapon:foo matt$ hash -r
megaweapon:foo matt$ bar
this isn't the bar you're looking for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment