Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash create symlink to symlinks

# 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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #bash #create #symlink #symlinks
ADD COMMENT
Topic
Name
2+9 =