Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

shell make symlink

# Basic syntax:
ls -s /path/to/file /path/to/destination/directory
# Note, as far as I know, you don't have to do anything special to create a
#	symlink from another symlink. Just use the regular ln -s command on the
#	symlinks
 
PREVIOUS NEXT
Tagged: #shell #symlink
ADD COMMENT
Topic
Name
3+3 =