ln: remove overwrite option for directories

-T is not present on my system, and the behavior itself is completely unintuitive.
How exactly do you overwrite a directory? Do you recursively delete its children?
waldyrious/alt-syntax
Denis Sokolov 2016-01-05 23:18:49 +02:00
parent 6b20b2b4aa
commit 5554a6d2a4
1 changed files with 0 additions and 4 deletions

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 or folder
`ln {{path/to/original/file}} {{path/to/link}}`