1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-17 00:15:25 +02:00

without the dir example, "file" is redundant here

This commit is contained in:
Waldir Pimenta 2016-01-22 01:00:04 +00:00
parent b4beb34a50
commit d3b8b8e51a

View file

@ -8,7 +8,7 @@
- Overwrite an existing symbolic to point to a different file:
`ln -sf {{path/to/new/file}} {{path/to/file/symlink}}`
`ln -sf {{path/to/new/file}} {{path/to/symlink}}`
- Create a hard link to a file: