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:
parent
6b20b2b4aa
commit
5554a6d2a4
1 changed files with 0 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue