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

Merge pull request #609 from denis-sokolov/patch-1

ln: remove note about hard links for directories
This commit is contained in:
Waldir Pimenta 2016-01-05 22:23:39 +00:00
commit 5433dfd83c

View file

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