Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created December 31, 2017 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaraco/9f2ea76f1539163b45c4e033a4f67d2a to your computer and use it in GitHub Desktop.
Save jaraco/9f2ea76f1539163b45c4e033a4f67d2a to your computer and use it in GitHub Desktop.
PS C:\users\jaraco> cmd /c mklink /d bar foo
symbolic link created for bar <<===>> foo
PS C:\users\jaraco> mkdir foo
Directory: C:\users\jaraco
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 12/31/2017 1:36 PM foo
PS C:\users\jaraco> ls bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment