Skip to content

Instantly share code, notes, and snippets.

@jordanorelli
Created July 18, 2012 17:07
Show Gist options
  • Save jordanorelli/3137497 to your computer and use it in GitHub Desktop.
Save jordanorelli/3137497 to your computer and use it in GitHub Desktop.
confusing...
jordanorelli@yupa[0] ~: cat 1
[2]: no such file or directory
jordanorelli@yupa[0] ~: cat \1
[2]: no such file or directory
jordanorelli@yupa[0] ~: cat ./1
[2]: no such file or directory
jordanorelli@yupa[0] ~: vim 1
jordanorelli@yupa[0] ~: rm 1
jordanorelli@yupa[0] ~: cat 1
cat: 1: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment