Skip to content

Instantly share code, notes, and snippets.

@warewolf
Created December 6, 2013 20:45
Show Gist options
  • Select an option

  • Save warewolf/7831790 to your computer and use it in GitHub Desktop.

Select an option

Save warewolf/7831790 to your computer and use it in GitHub Desktop.
why is cd // special?
# user@host:~$ cd
# user@host:~$ cd //
# user@host://$ cd /
# user@host:/$ cd ///
# user@host:/$ cd ////
# user@host:/$ # why is cd // special?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment