without the dir example, "file" is redundant here

waldyrious/alt-syntax
Waldir Pimenta 2016-01-22 01:00:04 +00:00
parent b4beb34a50
commit d3b8b8e51a
1 changed files with 1 additions and 1 deletions

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: