Created
November 19, 2013 16:51
-
-
Save mattieb/7548521 to your computer and use it in GitHub Desktop.
bashing bash, the encore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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