diff options
Diffstat (limited to 'vimwiki/Linking.md')
| -rw-r--r-- | vimwiki/Linking.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vimwiki/Linking.md b/vimwiki/Linking.md new file mode 100644 index 0000000..1146457 --- /dev/null +++ b/vimwiki/Linking.md @@ -0,0 +1,10 @@ + +## Symbolic Linker ## + +If you create a symbolic link to a file/directory and then change it's location, +instead of deleting and then creating a new link, the link can be updated as follows: + +**Creation:** `ln -s /path/to/file-name link-name` + +**Update:** `ln -sfn /path/to/file-name link-name` + |
