Merge branch 'denis-sokolov-patch-6'

This commit is contained in:
Igor Shubovych
2016-01-06 12:34:03 +02:00

View File

@@ -10,10 +10,6 @@
`ln -sf {{path/to/new/original/file}} {{path/to/file/link}}`
- overwrite a symbolic link to a folder
`ln -sfT {{path/to/new/original/file}} {{path/to/folder/link}}`
- create a hard link to a file
`ln {{path/to/original/file}} {{path/to/link}}`