Skip to content

Instantly share code, notes, and snippets.

@WillieYang
Created July 22, 2017 16:40
Show Gist options
  • Select an option

  • Save WillieYang/b4f95d8c99f40ba87cbab9ffa48def13 to your computer and use it in GitHub Desktop.

Select an option

Save WillieYang/b4f95d8c99f40ba87cbab9ffa48def13 to your computer and use it in GitHub Desktop.
what is the difference between / and ./ and ../ in relative path?
/
means the root of the current drive;
./
means the current directory;
../
means the parent of the current directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment