Last active
June 5, 2018 02:33
-
-
Save quickstep25/00ea7b03a1199f34a03c to your computer and use it in GitHub Desktop.
Creating a symbolic link to a relative path. NOTE: when entering the path name in the command line, do not start with a slash. A relative path entry will create a relative path symbolic link. NOTE: Enter this command in terminal when you are i
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln -s ../../folder foldername |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment