mirror of https://github.com/CrimsonTome/tldr.git
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
parent
6b20b2b4aa
commit
5554a6d2a4
|
@ -10,10 +10,6 @@
|
||||||
|
|
||||||
`ln -sf {{path/to/new/original/file}} {{path/to/file/link}}`
|
`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
|
- create a hard link to a file or folder
|
||||||
|
|
||||||
`ln {{path/to/original/file}} {{path/to/link}}`
|
`ln {{path/to/original/file}} {{path/to/link}}`
|
||||||
|
|
Loading…
Reference in New Issue