mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
ln: remove note about hard links for directories
Hard links are generally not allowed for directories.
This commit is contained in:
parent
009b2f5fb0
commit
5c694e6f9c
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
|||
|
||||
`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
|
||||
|
||||
`ln {{path/to/original/file}} {{path/to/link}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue