Last active
September 1, 2016 08:55
-
-
Save laurentsab/f0a7f6fa8cbda517daf7 to your computer and use it in GitHub Desktop.
Symlinks foldersAndFiles: origin -> destination
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
# origin: dossier des fichiers originaux | |
# destination: dossier sur lequel on veut ajouter des Symlinks | |
ln -s /nom/du/dossier/origin -t /nom/du/dossier/destination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment