Skip to content

Instantly share code, notes, and snippets.

@spookyvision
Created January 4, 2017 16:46
Show Gist options
  • Save spookyvision/577ffdd272f7cb89c848780fc513c2b6 to your computer and use it in GitHub Desktop.
Save spookyvision/577ffdd272f7cb89c848780fc513c2b6 to your computer and use it in GitHub Desktop.
/Users/ace$ mkdir /tmp/test
/Users/ace$ cd /tmp/test
/tmp/test$ rm -rf .
rm: "." and ".." may not be removed
/tmp/test$ rm -rf /tmp/test
/tmp/test$ cd .
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment