1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

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?
This commit is contained in:
Denis Sokolov 2016-01-05 23:18:49 +02:00
parent 6b20b2b4aa
commit 5554a6d2a4

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}}`